Skip to main content

WarehouseErrorCode

An enumeration of possible error codes for warehouse operations.

enum WarehouseErrorCode {
ALREADY_EXISTS
FORBIDDEN
GRAPHQL_ERROR
INVALID
NOT_FOUND
REQUIRED
UNIQUE
DUPLICATED_INPUT_ITEM
}

Values

WarehouseErrorCode.ALREADY_EXISTS

WarehouseErrorCode.FORBIDDEN

WarehouseErrorCode.GRAPHQL_ERROR

WarehouseErrorCode.INVALID

WarehouseErrorCode.NOT_FOUND

WarehouseErrorCode.REQUIRED

WarehouseErrorCode.UNIQUE

WarehouseErrorCode.DUPLICATED_INPUT_ITEM

Member Of

WarehouseError object

Was this page helpful?