Skip to content

Identify additional API errors that need to be caught #60

@dakotatokad

Description

@dakotatokad

Via #57, three classes are introduced to log API errors.

The base class, APIException, the TooManyRequestsError exception for 429 responses, and the NonStandardResponseCodeError.

Additional exceptions could need to be identified, if desired, and additional exceptions should be created to handle those. Right now, NonStandardResponseCodeError is a catch all for any responses that are not 429 or 200.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions