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 |
BadRequestException
HTTP code 400 response from the API.
|
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 |
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 |
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 |