Exceptions

class altapay.exceptions.AltaPayException

Generic exception class for the AltaPay SDK. All specific exceptions raised from the SDK will inherit from this exceptions.

class altapay.exceptions.UnauthorizedAccessError

Raised on unauthorized errors against the AltaPay service.

Corresponds to HTTP status code 401.

class altapay.exceptions.ResponseStatusError

The response carried out against the AltaPay service did not respond with the expected response status code.