Namespace Commercetools\Core\Error
Classes summary
Exceptions summary
| ApiException | Base exception for responses with http status code different than 200 or 201 |
| ApiServiceException | Base exception for all responses with status code 4xx or 5xx |
| BadGatewayException | Base Exception for all responses with status code 5xx |
| BadRequestException | Base exception for all responses with status code 400 |
| ClientErrorException | Base exception for all responses with http status code 4xx |
| ConcurrentModificationException | Exeption for response with status code 409 |
| DeprecatedException | |
| ErrorResponseException | Exception for responses with status code 400 |
| ForbiddenException | Base class for responses with status code 401 || 403 |
| GatewayTimeoutException | Exception for response for status code 504 |
| InternalServerErrorException | Exception for response with status code 500 |
| InvalidArgumentException | |
| InvalidClientCredentialsException | Exception for response with status code 401 |
| InvalidTokenException | Exception for status code 401 |
| NotFoundException | Exception for response with status code 404 |
| ServerErrorException | Base Exception for all responses with status code 5xx |
| ServiceUnavailableException | Exception for response with status code 503 |
| UnauthorizedException | Base class for responses with status code 401 || 403 |
| UpdateActionLimitException |