Skip to main content

WarehouseError

No description

type WarehouseError {
field: String
message: String!
code: WarehouseErrorCode!
}

Fields

WarehouseError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

WarehouseError.message ● String! non-null scalar

The error message.

WarehouseError.code ● WarehouseErrorCode! non-null enum

The error code.

Member Of

WarehouseCreate object ● WarehouseDelete object ● WarehouseUpdate object

Was this page helpful?