pay.errors
Attributes
Exceptions
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
Module Contents
- exception pay.errors.DatatransPaymentError[source]
Bases:
Exception
Common base class for all non-exit exceptions.
- exception pay.errors.DatatransApiError(code: str, message: str, terminal: bool)[source]
Bases:
DatatransPaymentError
Common base class for all non-exit exceptions.
- exception pay.errors.SaferpayPaymentError[source]
Bases:
Exception
Common base class for all non-exit exceptions.
- exception pay.errors.SaferpayApiError(name: str, message: str, behavior: str, detail: list[str] | None = None)[source]
Bases:
SaferpayPaymentError
Common base class for all non-exit exceptions.