type
field indicating the entity type.data
will only be present if the result is successful, in which case there will be a 2**
status code and no error
field.error
objects. error
objects will contain the following fields.
type
: One of a fixed set of categories. Helpful for categorizing & processing errorsdescription
: A human readable error description.meta
: Optional additional information.
errors
will be present only if the request is unsuccessful, in which case there will be a 4**
or 5**
status code and no data
field.