Human-friendly constraint violation error messages
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
The situation where the constraint violation error message is directly passed to the client has improved significantly with the introduction of the service-repository layer.
There are still cases where this pattern has not been implemented in GQL Mutation or REST API, resulting in error messages being passed directly to the client.
We need to fully implement the service-repository layer or handle errors appropriately.
JIRA Issue: BA-3290
Contributor guide
Assessment
This issue has not been assessed yet.