Subscription Error Exception
June 5, 2026 ยท View on GitHub
The error details.
Structure
SubscriptionErrorException
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
Name | String | Required | The human-readable, unique name of the error. | String getName() | setName(String name) |
Message | String | Required | The message that describes the error. | String getMessageField() | setMessageField(String messageField) |
DebugId | String | Required | The PayPal internal ID. Used for correlation purposes. | String getDebugId() | setDebugId(String debugId) |
InformationLink | String | Optional, Read-only | The information link, or URI, that shows detailed information about this error for the developer. | String getInformationLink() | setInformationLink(String informationLink) |
Details | List<ErrorDetails> | Optional | An array of additional details about the error. | List | setDetails(List |
Links | List<LinkDescription> | Optional, Read-only | An array of request-related HATEOAS links. | List | setLinks(List |
Example (as JSON)
{
"name": "name0",
"message": "message0",
"debug_id": "debug_id4",
"information_link": "information_link8",
"details": [
{
"field": "field4",
"value": "value2",
"location": "location4",
"issue": "issue6",
"links": [
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
},
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
}
],
"description": "description0"
},
{
"field": "field4",
"value": "value2",
"location": "location4",
"issue": "issue6",
"links": [
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
},
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
}
],
"description": "description0"
},
{
"field": "field4",
"value": "value2",
"location": "location4",
"issue": "issue6",
"links": [
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
},
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
}
],
"description": "description0"
}
],
"links": [
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
},
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
},
{
"href": "href6",
"rel": "rel0",
"method": "HEAD"
}
]
}