Skip to content

Exceptions

upbankapi.UpBankException #

Bases: Exception

Base class for all Up specific exceptions, this will not cover all possible exceptions such as network or JSON decoding errors.

status() property #

The status returned by the Up API

title() property #

Title of the error

detail() property #

Detailed description of the error

source() property #

Source of the error

upbankapi.NotAuthorizedException #

Bases: UpBankException

Raised for an invalid Up token.

upbankapi.RateLimitExceededException #

Bases: UpBankException

Raised when too many requests are made to the API.

upbankapi.BadResponseException #

Bases: UpBankException

Raised when a response from the API is not formatted correctly.