ResponseCodeE¶
Example Json Object
1{
2 "name": "OK",
3 "captionKey": "enum.responseCode.ok",
4 "caption": "OK"
5}
📄 Description: Represents the response status code of an operation or API call.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
Enum name representing the response code. |
captionKey |
string |
false |
none |
Localization key for the response code caption. |
caption |
string |
false |
none |
Localized caption of the response code. |
Enumerated Values
Attribute |
Value |
|---|---|
name |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |