Error format
All API requests have the same error format:
{
message: String,
errorId: Int,
systemId: String,
error: String
}
Fields description
name | type | description |
---|---|---|
message | required, String | text description of error in English |
errorId | deprecated, Int | integer identifier of error |
systemId | deprecated, String | component identifier |
error | required, String | string identifier of error |
Updated over 2 years ago