AboutSupportDeveloper GuideVersion 38.126.82.64

Generated when none of fallback manifests is compatible to the system.

interface AppVersionErrorEvent {
    error: string;
    srcManifest: string;
    type: "app-version-error";
}

Properties

error: string
srcManifest: string
type: "app-version-error"