Class ConcurrentModificationException
Exeption for response with status code 409
- Exception implements Throwable
- Commercetools\Core\Error\ApiException
- Commercetools\Core\Error\ApiServiceException
- Commercetools\Core\Error\ClientErrorException
- Commercetools\Core\Error\ConcurrentModificationException
Namespace: Commercetools\Core\Error
Description:
Located at Core/Error/ConcurrentModificationException.php
Description:
When trying to update a resource with a version which differs from the version stored on Composable Commerce, the API will respond with status code 409.
Located at Core/Error/ConcurrentModificationException.php
Methods summary
public
|
Methods inherited from Commercetools\Core\Error\ClientErrorException
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()