Exceptions#

Summary#

Classes

AuthenticationError(*args, **kwargs)

ObservationNotFound(*args, **kwargs)

TaxonNotFound(*args, **kwargs)

TooManyRequests(*args, **kwargs)

Error raised for either a 429 response, or pre-emptively before we reach the rate limit

Functions

Module Contents#

exception pyinaturalist.exceptions.AuthenticationError(*args, **kwargs)#

Bases: HTTPError

exception pyinaturalist.exceptions.ObservationNotFound(*args, **kwargs)#

Bases: HTTPError

exception pyinaturalist.exceptions.TaxonNotFound(*args, **kwargs)#

Bases: HTTPError

exception pyinaturalist.exceptions.TooManyRequests(*args, **kwargs)#

Bases: HTTPError

Error raised for either a 429 response, or pre-emptively before we reach the rate limit