Searched refs:UpdatesLogEntryCode (Results 1 – 5 of 5) sorted by relevance
50 export var UpdatesLogEntryCode; variable51 (function (UpdatesLogEntryCode) { argument52 UpdatesLogEntryCode["NONE"] = "None";53 UpdatesLogEntryCode["NO_UPDATES_AVAILABLE"] = "NoUpdatesAvailable";55 UpdatesLogEntryCode["UPDATE_SERVER_UNREACHABLE"] = "UpdateServerUnreachable";57 UpdatesLogEntryCode["UPDATE_CODE_SIGNING_ERROR"] = "UpdateCodeSigningError";58 UpdatesLogEntryCode["UPDATE_FAILED_TO_LOAD"] = "UpdateFailedToLoad";59 UpdatesLogEntryCode["ASSETS_FAILED_TO_LOAD"] = "AssetsFailedToLoad";60 UpdatesLogEntryCode["JS_RUNTIME_ERROR"] = "JSRuntimeError";61 UpdatesLogEntryCode["UNKNOWN"] = "Unknown";[all …]
213 code: UpdatesLogEntryCode;234 export declare enum UpdatesLogEntryCode { enum
1 …UpdatesLogEntryCode;\n /**\n * One of the defined log level or severity values.\n */\n level…
3 import { UpdatesLogEntryCode, UpdatesLogEntryLevel } from '../Updates.types';76 code: UpdatesLogEntryCode.NONE,82 code: UpdatesLogEntryCode.JS_RUNTIME_ERROR,
234 code: UpdatesLogEntryCode;256 export enum UpdatesLogEntryCode { enum