ErrorConstantType Data Type

Constant implementation of an ErrorCodeType. All error code properties must be set on construction time. Later modifications are not allowed.

Subtypes
ClientError, ApplicationError, SystemError, SearchError, BackendSystemError, IllegalInputError, SecurityError, WorkflowError
Properties
name data type description
Properties inherited from ErrorCodeType
code number Returns the error code value.

Example

{
  "code" : 12345
}