vantage6.backend.common.resource.error_handling.NotFoundError¶
- exception NotFoundError(message)¶
Exception raised for not found errors.
- Variables:
message (str) – Explanation of the error.
status_code (HTTPStatus) – HTTP status code for the error.
Exception raised for not found errors.
message (str) – Explanation of the error.
status_code (HTTPStatus) – HTTP status code for the error.