Internal Server Errors
Internal server errors do occur from time to time. If one does, you'll receive a 500 status code, and the message body will follow this structure:
{
"errorCode": "<error-code>",
"errorDebugDescription": "<error-debug-description>"
}
| Attribute | Info |
|---|---|
errorCode |
Will assign a specific error code if a "known" error occurs. This can happen when something that we assume will not happen, but it does, and we can give you some information as to what happened |
errorDebugDescription |
This is a description to be used for debugging purposes (not to be added to user interfaces) |