pyinaturalist.exceptions module

exception pyinaturalist.exceptions.AuthenticationError(*args, **kwargs)[source]

Bases: requests.exceptions.HTTPError

exception pyinaturalist.exceptions.ObservationNotFound(*args, **kwargs)[source]

Bases: requests.exceptions.HTTPError

exception pyinaturalist.exceptions.TaxonNotFound(*args, **kwargs)[source]

Bases: requests.exceptions.HTTPError

exception pyinaturalist.exceptions.TooManyRequests(*args, **kwargs)[source]

Bases: requests.exceptions.HTTPError

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