public static class SphereError.DuplicateVariantValues extends SphereError
SphereError.ConcurrentModification, SphereError.DuplicateAttributesValue, SphereError.DuplicateAttributeValue, SphereError.DuplicateField, SphereError.DuplicatePriceScope, SphereError.DuplicateVariantValues, SphereError.General, SphereError.InvalidCredentials, SphereError.InvalidCurrentPassword, SphereError.InvalidField, SphereError.InvalidInput, SphereError.InvalidJsonInput, SphereError.InvalidOperation, SphereError.InvalidSubject, SphereError.OutOfStock, SphereError.OverCapacity, SphereError.PendingOperation, SphereError.PriceChanged, SphereError.RequiredField, SphereError.ResourceNotFound| Constructor and Description |
|---|
SphereError.DuplicateVariantValues() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttributes()
The offending attributes.
|
java.lang.String |
getCode()
The error code, such as 'InvalidOperation'.
|
java.util.List<Price> |
getPrices()
The offending prices.
|
java.lang.String |
getSKU()
The offending SKU.
|
java.lang.String |
toString() |
getMessagepublic java.lang.String getCode()
SphereErrorgetCode in class SphereErrorpublic java.lang.String getSKU()
public java.util.List<Price> getPrices()
public java.util.List<Attribute> getAttributes()
public java.lang.String toString()
toString in class SphereError