Class ApiServiceException
Base exception for all responses with status code 4xx or 5xx
- Exception implements Throwable
- Commercetools\Core\Error\ApiException
- Commercetools\Core\Error\ApiServiceException
Direct known subclasses
Commercetools\Core\Error\ClientErrorException
,
Commercetools\Core\Error\ServerErrorException
Indirect known subclasses
Commercetools\Core\Error\BadGatewayException
,
Commercetools\Core\Error\BadRequestException
,
Commercetools\Core\Error\ServiceUnavailableException
,
Commercetools\Core\Error\UnauthorizedException
,
Commercetools\Core\Error\ConcurrentModificationException
,
Commercetools\Core\Error\ErrorResponseException
,
Commercetools\Core\Error\ForbiddenException
,
Commercetools\Core\Error\GatewayTimeoutException
,
Commercetools\Core\Error\InternalServerErrorException
,
Commercetools\Core\Error\InvalidClientCredentialsException
,
Commercetools\Core\Error\InvalidTokenException
,
Commercetools\Core\Error\NotFoundException
Methods summary
Methods inherited from Commercetools\Core\Error\ApiException
__construct()
,
create()
,
getErrors()
,
getRequest()
,
getResponse()
,
getResponseMessage()
,
getResponseStatusCode()
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()