AttributeError
Represents errors from attribute operations.
type AttributeError {
field: String
message: String!
code: ProductErrorCode!
values: [String!]
}
Fields
AttributeError.field ● String scalar
AttributeError.message ● String! non-null scalar
The error message.
AttributeError.code ● ProductErrorCode! non-null enum
The error code.
AttributeError.values ● [String!] list scalar
List of values which caused the error.
Member Of
AttributeValueBulkCreate object ● InstanceAttributeUnassign object