AccountsError
The AccountsError
class represents an error description as returned by some operations of the accounts endpoint of the GoCardless API.
Properties
Summary
- string?
The summary text of the error.
Detail
- string?
The detailed description of the error.
Type
- string?
The type of the error.
StartDateError
- BasicResponse?
An error that was returned related to the AccountsEndpoint.GetTransactions
method because the start date value was not accepted.
EndDateError
- BasicResponse?
An error that was returned related to the AccountsEndpoint.GetTransactions
method because the end date value was not accepted.
Constructor
public AccountsError(string summary, string detail, string? type,
BasicResponse? startDateError, BasicResponse? endDateError)
Parameters
summary
- string?
The summary text of the error.
detail
- string?
The detailed description of the error.
type
- string?
The type of the error.
startDateError
- BasicResponse?
An error that was returned related to the AccountsEndpoint.GetTransactions
method because the start date value was not accepted.
endDateError
- BasicResponse?
An error that was returned related to the AccountsEndpoint.GetTransactions
method because the end date value was not accepted.