Skip to main content
Version: 3.x

AttributeValueBulkTranslateError

No description

type AttributeValueBulkTranslateError {
path: String
message: String
code: AttributeValueTranslateErrorCode!
}

Fields

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

AttributeValueBulkTranslateError.message ● String scalar

The error message.

AttributeValueBulkTranslateError.code ● AttributeValueTranslateErrorCode! non-null enum

The error code.

Member of

AttributeValueBulkTranslate object ● AttributeValueBulkTranslateResult object


Was this page helpful?