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.
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.