Standard Response Object Formats
Standard Response Object Properties
Property | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | string | When the REST API response is an error, specifies a URI to a description of the error type, to help developers with debugging errors. | |||||||||||||||
title | string | When the REST API response is an error, specifies a short, human-readable summary of the problem type. | |||||||||||||||
status | integer | Specifies the HTTP status code of the response (both for success and error). | |||||||||||||||
detail | string | When the REST API response is an error, specifies a human-readable explanation specific to the occurrence of the problem. This field may not always be present. | |||||||||||||||
invalidParams | array | When the REST API response is an error, specifies an array, containing a list of objects, where each object describes specific parameters that were invalid in the request that caused the error. This field may not always be present. Each object in the array has a format as shown above, with the following properties:
|