error_type Fields |
The GoCardlessErrorerror_type type exposes the following members.
Name | Description | |
---|---|---|
gocardless |
An internal error occurred while processing your request.
This should be reported to GoCardless' support team with the id, so they can resolve the issue.
| |
invalid_api_usage |
There was an error with the request you made.
It could be an invalid URL, the authentication header could be missing, invalid, or grant insufficient permissions, you may have reached your rate limit, or the syntax of your request could be incorrect.
The errors will give more detail of the specific issue.
If it occurs, the development (of the application, not GoCardless) should be notified.
| |
invalid_state |
The action you are trying to perform is invalid due to the state of the resource you are requesting it on.
For example, a payment you are trying to cancel might already have been submitted.
The errors will give more details.
If it occurs, the end user should be notified but should not be allowed to retry the action.
| |
validation_failed |
The parameters submitted with your request were invalid.
Details of which fields were invalid and why are included in the response.
The request_pointer parameter indicates the exact field of the request that triggered the validation error.
If it occurs, the end user should be notified and prompted to correct input.
|