Skip to main content
Version: 3.x

AttributeBulkTranslateError

No description

type AttributeBulkTranslateError {
path: String
message: String
code: AttributeTranslateErrorCode!
}

Fields

AttributeBulkTranslateError.path ● String scalar

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

AttributeBulkTranslateError.message ● String scalar

The error message.

AttributeBulkTranslateError.code ● AttributeTranslateErrorCode! non-null enum

The error code.

Member of

AttributeBulkTranslate object ● AttributeBulkTranslateResult object


Was this page helpful?