AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias FailedTranslationStatus

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

    type FailedTranslationStatus = {
        errorMessage: string;
        sourceLanguage: LanguageInfo;
        status: "translation-failed";
        targetLanguage: LanguageInfo;
    }
    Index
    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.