andrewdyer / andrewdyer/actions
Centralise error response formatting
Abierto
enhancement
- Lenguaje dominante
- PHP
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.