andrewdyer / andrewdyer/actions
Centralise error response formatting
Open
enhancement
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Error responses should follow a consistent structure and be generated through a single mechanism to avoid divergence across the codebase.
### Acceptance Criteria
- Error responses share a consistent format
- Error creation is handled in one place
- Supports different error types (e.g. validation, generic errors)
### Notes
- Should integrate cleanly with existing exception handling strategy
- Internal implementation is flexible
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.