| Package | Description |
|---|---|
| io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
| io.sphere.sdk.models.errors |
Provides base classes for errors related to Composable Commerce.
|
| io.sphere.sdk.orderedits |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentModificationException
HTTP code 409 response.
|
class |
ErrorResponseException
Typical exception for bad requests containing error information.
|
| Constructor and Description |
|---|
ConcurrentModificationException(ErrorResponse errorResponse) |
ErrorResponseException(ErrorResponse errorResponse) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorResponse |
ErrorResponse.of(Integer statusCode,
String message,
List<? extends SphereError> errors) |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.core.type.TypeReference<ErrorResponse> |
ErrorResponse.typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorResponse> |
OrderEditPreviewFailure.getErrors() |