pay.errors

Attributes

CARD_ERRORS

Exceptions

DatatransPaymentError

Common base class for all non-exit exceptions.

DatatransApiError

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]
pay.errors.CARD_ERRORS[source]