enceladus
enceladus copied to clipboard
Consolidate REST API Error handling in api-v3
Background
We need to consolidate responses and mainly error responses to the user from the REST API v3.
Feature
Consolidate how we use return errors
Notes
- This began in PR #2046 in this comment
- there are already
RestResponse
orRestError
classes - we should keep some kind of ID field for better tracking through logs and connecting the issues