Contents

ErrorResponse

The error details that an API returns in the response body whenever the API request isn’t successful.

Declaration

object ErrorResponse

Properties

NameTypeDescription
errors[ErrorResponse.Errors]

An array of one or more errors.

Example response

     {
       "errors": [
         {
           "id": "d41f0ce2-8e12-41b7-bffd-91fd628f6628",
           "status": "404",
           "code": "NOT_FOUND",
           "title": "The specified resource doesn't exist",
           "detail": "There is no resource of type 'orgDevices' with id 'XABC123X0ABC123X0'"
         }
       ]
     }

Topics

Dictionaries

See Also

Objects and Data Types