Skip to main content

AttributeBulkCreateError Object

No description

type AttributeBulkCreateError {
path: String
message: String
code: AttributeBulkCreateErrorCode!
}

Fields

path ● String

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

message ● String

The error message.

code ● AttributeBulkCreateErrorCode!

The error code.

Member Of

AttributeBulkCreate object ● AttributeBulkCreateResult object