public static class SphereError.PriceChanged 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.PriceChanged() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
The error code, such as 'InvalidOperation'.
|
java.util.List<java.lang.String> |
getLineItemIds()
Ids of the line items for which the price, tax or shipping changed.
|
java.lang.String |
toString() |
getMessage
public java.lang.String getCode()
SphereError
getCode
in class SphereError
public java.util.List<java.lang.String> getLineItemIds()
public java.lang.String toString()
toString
in class SphereError