Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implimented Response Errors #9 #10

Merged
merged 3 commits into from
Mar 22, 2021

Conversation

ModernMAK
Copy link
Collaborator

This will allow nested functions to return error codes for invalid operations; instead of requiring them to adhere to returning a full response.

This is particularly useful for 400 and 500 errors where an operation is invalid and we just want to get to the error page

This will allow nested functions to return error codes for invalid operations; instead of requiring them to adhere to returning a full response.

This is particularly useful for 400 and 500 errors where an operation is invalid and we just want to get to the error page
@ModernMAK ModernMAK linked an issue Mar 20, 2021 that may be closed by this pull request
@dustinsurwill dustinsurwill self-requested a review March 20, 2021 20:14
@dustinsurwill dustinsurwill merged commit 6dabd84 into dustinsurwill:master Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add exception for error codes
2 participants