- Home
- JSON
- ErrorCodeType
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 |
description |
| code
|
number
|
Returns the error code value.
|
Example
{
"code" : 12345
}