Exceptions
AccountTransferRoutingException ¶
Bases: PaymentGatewayException
Exception raised for errors in the account transfer routing process.
Attributes:
| Name | Type | Description |
|---|---|---|
message |
Explanation of the error |
Source code in components/payment_gateway/subcomponents/transfers/protected/exceptions.py
BankTransferRoutingException ¶
Bases: PaymentGatewayException
Exception raised for errors in the bank transfer routing process.
Attributes:
| Name | Type | Description |
|---|---|---|
message |
Explanation of the error |
Source code in components/payment_gateway/subcomponents/transfers/protected/exceptions.py
CardTransferRoutingException ¶
Bases: PaymentGatewayException
Exception raised for errors in the card transfer routing process.
Attributes:
| Name | Type | Description |
|---|---|---|
message |
Explanation of the error |