-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Files in the following directories interact with the Express request and response stream. They explicitly determine response status codes and status messages. These responses should all be in accordance with RESTful best practices.
- /
- project/
- layer/
- page/
- line/
- utilities/
Review all error catching and handling scenarios as it pertains to what response is sent to clients. Ensure we are RESTful where we can be and as consistent as possible.
Understand how errors are received from databaseTiny and the Classes and make sure those errors make it out to the client appropriately.
Read #479 and #463 to know more about the errors routes will recieve.
Reactions are currently unavailable