Error object

Current version: 3.3

When a request cannot be fulfilled, an error object is returned. Use the error object when the reason of the error should be specified, for example, in a user interface. The object has the following properties:

NameTypeDescription
PropertyStringA human readable message containing a description of the error
MessageObjectAn optional dictionary object containing validation results for various properties

Example

RequestResponse
{
    "IPMS": "Property 'IPMS' does not match its validation expression"
}

Do you have some feedback for us?

If you have suggestions for improving this article,