Contents

ErrorResponseItem

The error response details in the response body.

Declaration

object ErrorResponseItem

Properties

NameTypeDescription
fieldstring

The details regarding an error.

messagestring

A nonlocalized (U.S. English only) user-friendly string that describes the error.

messageCodestring

A system-assigned error code.

Discussion

{
   "errors": [
     {
       "messageCode": "404",
       "message": "Not Found: The API can’t locate the resource.",
       "field": "null"
     },
   ...
   ]
}

See Also

Error Responses