ErrorCodeType Data Type

The error code type implements the means to store and access error information.

Subtypes
ClientError, ApplicationError, SystemError, SearchError, BackendSystemError, ErrorConstantType, IllegalInputError, SecurityError, WorkflowError
Properties
name data type constraints description
code number required Returns the error code value.

Example

{
  "code" : 12345
}