Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
io.sphere.sdk.customers.errors |
Errors related to
Customer operations. |
io.sphere.sdk.extensions.errors | |
io.sphere.sdk.models.errors |
Provides base classes for errors related to Composable Commerce.
|
io.sphere.sdk.orders.errors |
Errors related to
Order operations. |
io.sphere.sdk.products.errors | |
io.sphere.sdk.producttypes.errors | |
io.sphere.sdk.projects.error | |
io.sphere.sdk.shippingmethods.errors | |
io.sphere.sdk.stores.error |
Modifier and Type | Method and Description |
---|---|
List<? extends SphereError> |
ErrorResponseException.getErrors() |
List<? extends SphereError> |
ConcurrentModificationException.getErrors() |
Modifier and Type | Class and Description |
---|---|
class |
CustomerInvalidCredentials
A customer endpoint specific error, the account with the given credentials have not been found.
|
class |
CustomerInvalidCurrentPassword
A customer endpoint specific error which is issued when a
CustomerChangePasswordCommand
is executed with an invalid current password CustomerChangePasswordCommand.currentPassword . |
class |
CustomerMissingTaxRateForCountry |
class |
CustomerWeakPassword |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionBadResponseError |
class |
ExtensionNoResponseError |
class |
ExtensionUpdateActionsFailedError |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousIdAlreadyInUseError |
class |
ConcurrentModificationError
Version conflict error.
|
class |
DuplicateFieldError
A value for a field conflicts with an existing duplicate value.
|
class |
DuplicateFieldWithConflictingResourceError |
class |
ExternalOAuthFailedError |
class |
FeatureRemovedError |
class |
GeneralError |
class |
InternalConstraintViolatedError |
class |
InvalidField |
class |
InvalidInputError |
class |
InvalidJsonInputError
Invalid JSON was sent to Composable Commerce.
|
class |
InvalidOperationError |
class |
MaxResourceLimitExceededError |
class |
ObjectNotFoundError |
class |
OverCapacityError |
class |
PendingOperationError |
class |
QueryComplexityLimitExceededError |
class |
QueryTimedOutError |
class |
ReferencedResourceNotFoundError |
class |
ReferenceExistsError |
class |
RequiredField |
class |
ResourceNotFoundError |
class |
SemanticError |
class |
SyntaxError |
Modifier and Type | Method and Description |
---|---|
<T extends SphereError> |
SphereError.as(Class<T> errorClass) |
Modifier and Type | Method and Description |
---|---|
static SphereError |
SphereError.of(String code,
String message) |
Modifier and Type | Method and Description |
---|---|
List<? extends SphereError> |
ErrorResponse.getErrors() |
Modifier and Type | Method and Description |
---|---|
static ErrorResponse |
ErrorResponse.of(Integer statusCode,
String message,
List<? extends SphereError> errors) |
Modifier and Type | Class and Description |
---|---|
class |
DiscountCodeNonApplicableError
Error thrown during conversion of the cart into an order if the cart contains a discountCode with a DiscountCodeState different from MatchesCart.
|
class |
MatchingPriceNotFoundError |
class |
MissingTaxRateForCountryError |
class |
OutOfStockError
Some of the ordered line items are out of stock at the time of placing the order.
|
class |
PriceChangedError
The price, tax or shipping of some line items changed since the items were added to the cart.
|
class |
ShippingMethodDoesNotMatchCartError |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateAttributeValueError |
class |
DuplicateAttributeValuesError |
class |
DuplicatePriceScopeError |
class |
DuplicateVariantValuesError |
class |
SearchDeactivatedError |
class |
SearchExecutionFailureError |
class |
SearchFacetPathNotFoundError |
class |
SearchIndexingInProgressError |
Modifier and Type | Class and Description |
---|---|
class |
AttributeDefinitionAlreadyExistsError |
class |
AttributeDefinitionTypeConflictError |
class |
AttributeNameDoesNotExistError |
class |
DuplicateEnumValuesError |
class |
EnumKeyAlreadyExistsError |
class |
EnumKeyDoesNotExistError |
class |
EnumValueIsUsedError |
class |
EnumValuesMustMatchError |
Modifier and Type | Class and Description |
---|---|
class |
LanguageUsedInStores |
Modifier and Type | Class and Description |
---|---|
class |
EditPreviewFailedError |
class |
InvalidItemShippingDetailsError |
Modifier and Type | Class and Description |
---|---|
class |
MissingRoleOnChannelError |
class |
ProjectNotConfiguredForLanguagesError |