adam-paterson / adam-paterson/ibm-watson-sdk
Update HTTP exceptions
Aberta
enhancement
hacktoberfest
- Linguagem predominante
- PHP
- Estrelas
- 5
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
}
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.