FailureType
public enum FailureType : Equatable
A failure type
-
No failure injected, used to reset a previous failure.
Declaration
Swift
case ok -
Sets unit off, so completely non-responsive.
Declaration
Swift
case off -
Unit is stuck e.g. keeps reporting the same value.
Declaration
Swift
case stuck -
Unit is reporting complete garbage.
Declaration
Swift
case garbage -
Unit is consistently wrong.
Declaration
Swift
case wrong -
Unit is slow, so e.g. reporting at slower than expected rate.
Declaration
Swift
case slow -
Data of unit is delayed in time.
Declaration
Swift
case delayed -
Unit is sometimes working, sometimes not.
Declaration
Swift
case intermittent -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
FailureType Enumeration Reference