Skip to main content

ShippingErrorCode

An enumeration of possible error codes for shipping operations.

enum ShippingErrorCode {
ALREADY_EXISTS
GRAPHQL_ERROR
INVALID
MAX_LESS_THAN_MIN
NOT_FOUND
PERMISSION_DENIED
REQUIRED
UNIQUE
DUPLICATED_INPUT_ITEM
}

Values

ShippingErrorCode.ALREADY_EXISTS

ShippingErrorCode.GRAPHQL_ERROR

ShippingErrorCode.INVALID

ShippingErrorCode.MAX_LESS_THAN_MIN

ShippingErrorCode.NOT_FOUND

ShippingErrorCode.PERMISSION_DENIED

ShippingErrorCode.REQUIRED

ShippingErrorCode.UNIQUE

ShippingErrorCode.DUPLICATED_INPUT_ITEM

Member Of

ShippingError object

Was this page helpful?