On this page
No Headings
The error details.
objectnamerequiredstring^.*$The human-readable, unique name of the error.
messagerequiredstring^.*$The message that describes the error.
debug_idrequiredobject^.*$A correlation id used for debugging.
The PayPal internal ID. Used for correlation purposes.
detailsarrayAn array of additional details about the error.
itemsobjectThe error details. Required for client-side 4XX errors.
fieldstring^.*$The field that caused the error. If this field is in the body, set this value to the field's JSON pointer value. Required for client-side errors.
valuestring^.*$The value of the field that caused the error.
locationstring"body", "header", "path", "query""body"The location of the field that caused the error.
issuerequiredstring^.*$The unique, fine-grained application-level error code.
linksarrayAn array of request-related HATEOAS links that are either relevant to the issue by providing additional information or offering potential resolutions.
itemsobjectThe request-related HATEOAS link information.
hrefrequiredstring^.*$The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the $, (, and ) characters. The href is the key HATEOAS component that links a completed call with a subsequent call.
relrequiredstring^.*$The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
methodstring"CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"The HTTP method required to make the related call.
descriptionstring^.*$The human-readable description for an issue. The description can change over the lifetime of an API, so clients must not depend on this value.
linksarrayAn array of request-related HATEOAS links.
itemsobjectThe request-related HATEOAS link information.
hrefrequiredstring^.*$The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the $, (, and ) characters. The href is the key HATEOAS component that links a completed call with a subsequent call.
relrequiredstring^.*$The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
methodstring"CONNECT", "DELETE", "GET", "HEAD", "OPTIONS", "PATCH", "POST", "PUT"The HTTP method required to make the related call.