Error Objects
The API will return an Error List for a failed request, which will contain one or more Error objects.Error List Attributes
Each error has the following attributes:Field | Description |
---|---|
status | The HTTP status |
code | General context about the error. See Error Codes |
title | Error title |
detail | Error detail |
meta | Metadata about the error |