Error Fields Reference

Read about the fields that return error information.

The following fields are returned for requests with errors:

FieldRequiredDescription
errorYesContains details about the error.
error.codeYesThe error code.
error.detailsYesArray of specific errors that occurred.
error.details.codeYesThe detailed error code.
error.details.messageYesDetails about the message.
error.messageYesDetails about the error.
error.targetNoThe source of the error.