Skip to content

Handle response errors #80

@thePeras

Description

@thePeras

A quick note is that no other endpoint is handling errors by returning the correct HTTP status code. For example, the the course endpoint does not return the correct HTTP status code if the year is not found.

I added a response/errors.py folder in order to report a 404 not found error with a custom message for the course unit id not being found (`e.g. the first() method returns None)

This folder is a start of an attempt of introducing that kind of behaviour to our API.

Originally posted by @tomaspalma in #78 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions