Enum FailureType
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Failure reason codes reported on a failed execution.
public enum FailureType
Fields
CommandNotAllowed = 4The command is not allowed on this device in its current state.
CommandNotFound = 6The command was not found on the target device.
CommandSyntaxError = 2The command contained a syntax error.
DisabledCommand = 8The command has been disabled.
MethodNotAllowed = 3The HTTP method used is not allowed for this endpoint.
MissingCommandName = 5The command name was not included in the request.
MissingSsmToken = 9The SSM (Scenario State Machine) token required for this command is missing.
NoFailure = 0No failure occurred.
Unknown = 10Failure reason could not be determined.
UnknownObject = 1The target device or object does not exist.
UnsupportedOperation = 7The requested operation is not supported by the gateway or device.