Chapter 5.5.10 - Error

Error

The Error object contains customization error descriptions as applicable:

Key Value
code [int] Error Code
The numeric code associated with the error
msg [string] Error Message
  • Max length: Unlimited

Example

"Errors": [
{
"code": -2000,
"msg": "Invalid Request - A conflict exists with one or more profiles to be added."
}
]