Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.productdiscounts.errors |
Modifier and Type | Class and Description |
---|---|
class |
BadGatewayException
On the server occurred a problem, try again later.
|
class |
BadRequestException
HTTP code 400 response from the API.
|
class |
ClientErrorException
Exceptions for Composable Commerce HTTP responses with an error code 4xx.
|
class |
ConcurrentModificationException
HTTP code 409 response.
|
class |
ErrorResponseException
Typical exception for bad requests containing error information.
|
class |
ForbiddenException
The commercetools Composable Commerce API received the request but refuses to process it, typically to insufficient rights.
|
class |
GatewayTimeoutException
This error might occur on long running processes
such as deletion of resources with connections to other resources.
|
class |
InternalServerErrorException
An exception has been thrown on the server side.
|
class |
InvalidClientCredentialsException
Exception for the case that projectKey/cliendId/clientSecret are invalid.
|
class |
InvalidScopeException
when trying to make a commercetoold eith invalid scope
|
class |
InvalidTokenException
Exception raised in case the access token is not valid for the used Project.
|
class |
NotFoundException
Known causes:
Updating an object which does not exist (anymore)
|
class |
RequestEntityTooLargeException
HTTP code 413 response from the API.
|
class |
ServerErrorException
The API answered with a HTTP response code of >= 500.
|
class |
ServiceUnavailableException
The Composable Commerce API is currently not available.
|
class |
SuspendedProjectException
when trying to make a call to Composable Commerce with suspended Project
|
class |
UnauthorizedException
Unauthorized access to the Composable Commerce API with either invalid client credentials or tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
NoMatchingProductDiscountFoundError |