pay.errors

Attributes

CARD_ERRORS

Exceptions

DatatransPaymentError

Common base class for all non-exit exceptions.

DatatransApiError

Common base class for all non-exit exceptions.

SaferpayPaymentError

Common base class for all non-exit exceptions.

SaferpayApiError

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.

code[source]
message[source]
terminal[source]
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.

name[source]
message[source]
behavior[source]
details = ()[source]
pay.errors.CARD_ERRORS[source]