Skip to main content
Version: 3.x

TranslationError

No description

type TranslationError {
field: String
message: String
code: TranslationErrorCode!
}

Fields

TranslationError.field ● String scalar

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

TranslationError.message ● String scalar

The error message.

TranslationError.code ● TranslationErrorCode! non-null enum

The error code.

Member of

AttributeTranslate object ● AttributeValueTranslate object ● CategoryTranslate object ● CollectionTranslate object ● MenuItemTranslate object ● PageTranslate object ● ProductTranslate object ● ProductVariantTranslate object ● PromotionRuleTranslate object ● PromotionTranslate object ● SaleTranslate object ● ShippingPriceTranslate object ● ShopSettingsTranslate object ● VoucherTranslate object


Was this page helpful?