Exceptions¶
- exception app.exceptions.CredereError[source]¶
Base class for exceptions from within this application.
- exception app.exceptions.SourceFormatError[source]¶
Raised if the response format of the data source has changed.
- exception app.exceptions.SkippedAwardError(message: str, url: str | URL = '', data: Any = None)[source]¶
Raised if an award needs to be skipped due to a data quality issue.
Use only with
app.db.handle_skipped_award()