Skip to content

Add exception handlers #371

@Yarik-Popov

Description

@Yarik-Popov

Background

We want to catch all exceptions generated by the backend and handle them accordingly based on the type of exception or returning an default http exception if unknown.

Requirements

  • Write handlers for the following:
    • Handle common exceptions
    • Handle custom exceptions
  • Write unit tests to test your implementation

Important Information

Look into exception handlers: https://fastapi.tiangolo.com/tutorial/handling-errors/

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions