Error Message

In general, the API services will attempt to returned detailed error messages in JSON format however the Java application server that is hosting the Cantara Integration Platform™ may interrupt and return standard HTML errors.

Cantara errors will come in two forms. The first will be combined with a HTTP status code to indicate a service error has occurred.

JavaScript
{
   "Message": {
   "value": "Security Error",
   "origin": "Worker7@6c101b96c994",
   "type": 30,
   "cantaraSid": ""
},
   "name": "Login",
   "Parameter": [],
   "JdeError": []
}