Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommandErrorType

name

CommandErrorType

Index

Enumeration members

CANCELLED

CANCELLED: = "CANCELLED"

Disconnect occurred and a command set as cancellable has been cancelled.

DELETED

DELETED: = "DELETED"

The subject has been deleted.

DISCONNECT_OCCURRED

DISCONNECT_OCCURRED: = "DISCONNECT_OCCURRED"

The command may have been sent to server, but disconnect occurred. The command may not have been executed.

INVALID_PARAMETERS

INVALID_PARAMETERS: = "INVALID_PARAMETERS"

The supplied command parameters are invalid for the command.

NOT_FOUND

NOT_FOUND: = "NOT_FOUND"

The command subject could not be found.

READ_DENIED

READ_DENIED: = "READ_DENIED"

The client does not have permission to read the subject.

THROTTLE_FAILED

THROTTLE_FAILED: = "THROTTLE_FAILED"

The throttle command failed.

UNAVAILABLE

UNAVAILABLE: = "UNAVAILABLE"

The subject is not available.

WRITE_DENIED

WRITE_DENIED: = "WRITE_DENIED"

The client does not have permission to write to the subject.

WRITE_DENIED_TRADE_GROUP_LICENSE_EXCEEDED

WRITE_DENIED_TRADE_GROUP_LICENSE_EXCEEDED: = "WRITE_DENIED_TRADE_GROUP_LICENSE_EXCEEDED"

The Liberator has detected a breach of license conditions and has rejected the attempted trade.

Generated using TypeDoc