lab-64 / split-the-bill-server

Backend for the Split the Bill App
4 stars 0 forks source link

Generalize Errors #66

Open f-odc opened 10 months ago

f-odc commented 10 months ago

Errors that occur during storage operations are returned. This is bad practice as sensible information can be leaked.

We need to create a general error message for all possible errors that may occur.

f-odc commented 10 months ago

Remark: https://github.com/lab-64/split-the-bill-server/pull/68#discussion_r1409521731

f-odc commented 7 months ago

Some Remarks: On the service level we handle dtos which include some uuids. Which http status code is responsible if the uuid does not belong to an item from the storage?