We currently use cookies to improve and customize your experience on our site. If you accept, we’ll also use marketing cookies to show you personalized ads. Manage your cookies and learn more.
Service Unavailable Error
The server is temporarily unable to handle the request, for example, because of planned maintenance or downtime.
nameenumOptional
Value in"SERVICE_UNAVAILABLE"
messageenumOptional
Value in"Service Unavailable."
debug_idstringOptional
The PayPal internal ID. Used for correlation purposes.
An array of request-related [HATEOAS links](https://en.wikipedia.org/wiki/HATEOAS).
Items0 <= length <= 10000
error_link_description properties
3 properties
hrefstringRequired
The complete target URL. To make the related call, combine the method with this [URI Template-formatted](https://tools.ietf.org/html/rfc6570) link. For pre-processing, include the `$`, `(`, and `)` characters. The `href` is the key HATEOAS component that links a completed call with a subsequent call.
Match^.*$Length0 <= length <= 20000
relstringRequired
The [link relation type](https://tools.ietf.org/html/rfc5988#section-4), which serves as an ID for a link that unambiguously describes the semantics of the link. See [Link Relations](https://www.iana.org/assignments/link-relations/link-relations.xhtml).
Match^.*$Length0 <= length <= 100
methodenumOptional
The HTTP method required to make the related call.