Related articles
In a case of an error, API will return status 200 OK with JSON message describing where is the error or what exception occurred during processing.
Returned JSON message will look like:
{
"message": "",
"exception": ""
}In a case of an error, API will return status 200 OK with JSON message describing where is the error or what exception occurred during processing.
Returned JSON message will look like:
{
"message": "",
"exception": ""
}