AboutSupportDeveloper GuideVersion 46.151.100.42
FailedTranslationStatus: {
    errorMessage: string;
    sourceLanguage: LanguageInfo;
    status: "translation-failed";
    targetLanguage: LanguageInfo;
}

Translation status of a translatable WebContents whose translation attempt has failed.

Type declaration

  • errorMessage: string

    Human-readable description of why the translation failed.

  • sourceLanguage: LanguageInfo

    The language the page was being translated from.

  • status: "translation-failed"
  • targetLanguage: LanguageInfo

    The language the page was being translated to.