Service

exception terminusgps.authorizenet.service.AuthorizenetControllerExecutionError(message: str, code: str, *args, **kwargs)[source]

Raised when an Authorizenet API controller fails to execute.

property code: str

An Authorizenet API error code.

property message: str

An Authorizenet API error message.