Determine the status of the MEVEO API web service response.
| name | data type | description |
|---|---|---|
| status | ActionStatusEnum | Tells whether the instance of this ActionStatus object ok or not.
|
| errorCode | MeveoApiErrorCodeEnum | An error code |
| message | string | A detailed error message if applicable |
Example
{
"status" : "SUCCESS",
"errorCode" : "INVALID_IMAGE_DATA",
"message" : "..."
}