Skip to main content

AttributeValueBulkTranslateError Object

No description

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

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 ● AttributeValueTranslateErrorCode!

The error code.

Member Of

AttributeValueBulkTranslate object ● AttributeValueBulkTranslateResult object