Class ClientErrorException
Base exception for all responses with http status code 4xx
- Exception implements Throwable
- Commercetools\Core\Error\ApiException
- Commercetools\Core\Error\ApiServiceException
- Commercetools\Core\Error\ClientErrorException
Direct known subclasses
Commercetools\Core\Error\BadRequestException
,
Commercetools\Core\Error\ConcurrentModificationException
,
Commercetools\Core\Error\NotFoundException
,
Commercetools\Core\Error\UnauthorizedException
Indirect known subclasses
Commercetools\Core\Error\ErrorResponseException
,
Commercetools\Core\Error\ForbiddenException
,
Commercetools\Core\Error\InvalidClientCredentialsException
,
Commercetools\Core\Error\InvalidTokenException
Methods summary
public
|
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()