Table of Contents

Enum FailureType

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Failure reason codes reported on a failed execution.

public enum FailureType

Fields

CommandNotAllowed = 4

The command is not allowed on this device in its current state.

CommandNotFound = 6

The command was not found on the target device.

CommandSyntaxError = 2

The command contained a syntax error.

DisabledCommand = 8

The command has been disabled.

MethodNotAllowed = 3

The HTTP method used is not allowed for this endpoint.

MissingCommandName = 5

The command name was not included in the request.

MissingSsmToken = 9

The SSM (Scenario State Machine) token required for this command is missing.

NoFailure = 0

No failure occurred.

Unknown = 10

Failure reason could not be determined.

UnknownObject = 1

The target device or object does not exist.

UnsupportedOperation = 7

The requested operation is not supported by the gateway or device.