Skip to main content

AttributeBulkUpdateError Object

No description

type AttributeBulkUpdateError {
path: String
message: String
code: AttributeBulkUpdateErrorCode!
}

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 ● AttributeBulkUpdateErrorCode!​

The error code.

Member Of​

AttributeBulkUpdate object ● AttributeBulkUpdateResult object