adam-paterson / adam-paterson/ibm-watson-sdk
Update HTTP exceptions
Abierto
enhancement
hacktoberfest
- Lenguaje dominante
- PHP
- Estrellas
- 5
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We need to replace the `Http\Client\Exception\HttpException` in `IBM\Watson\Core\Client\ExceptionHandler:handle` with a more specific exception.
Watson error responses are usually in the format:
```json
{
"error": "General description of an error.",
"errors": [
{
"message": "Description of a specific constraint violation.",
"path": "The location of the constraint violation."
}
],
"code": 500
}
```
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.