Skip to main content

AttributeError

No description

type AttributeError {
field: String
message: String!
code: ProductErrorCode!
values: [String!]
}

Fields

AttributeError.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.

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

Was this page helpful?