Click or drag to resize

InnerError Properties

The GoCardlessErrorInnerError type exposes the following members.

Properties
  NameDescription
Public propertyfield
Set for validation_failed error type. The name of the field that caused the problem, e.g. branch_code.
Public propertymessage
For validation_failed error type: message describing what is wrong with the field. For all other error types: message describing what the problem encountered is.
Public propertyreason
Public propertyrequest_pointer
Set for validation_failed error. Indicates the exact field of the request that triggered the validation error, e.g. /customer_bank_accounts/branch_code.
Top
See Also