Skip to main content

ProductMediaTranslateError Object

Represents an error in product media translation input.

Added in Saleor 3.23
type ProductMediaTranslateError {
field: String
message: String
code: ProductMediaTranslateErrorCode!
}

Fields

field ● String

Name of a 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 ● ProductMediaTranslateErrorCode!

The error code.

Member Of

ProductMediaTranslate object