Exceptions
Contains all own created Exceptions
Exceptions:
Exception for all Database Query |
|
Exception if you add a duplicate entry |
|
Exception if some Error from the Google API request are made |
|
Exception if the Search got no results |
|
Exception if no result found with these zip code |
|
|
Exception if you are not authorized |
Exception if no recipe found in the Database |
|
|
Exception of a DB Query if the User does not exist |
|
Exception of a DB Query if the User does not exist |
- exception schemes.exceptions.GoogleApiException[source]
Exception if some Error from the Google API request are made
- exception schemes.exceptions.NoneExcistingLocationException[source]
Exception if no result found with these zip code
- exception schemes.exceptions.NotAuthorizedException(error_msg: str, status_code=401, headers: dict = {'WWW-Authenticate': 'Bearer'})[source]
Exception if you are not authorized