Home
last modified time | relevance | path

Searched refs:UpdatesLogEntryCode (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdates.types.js50 export var UpdatesLogEntryCode; variable
51 (function (UpdatesLogEntryCode) { argument
52 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 …]
H A DUpdates.types.d.ts213 code: UpdatesLogEntryCode;
234 export declare enum UpdatesLogEntryCode { enum
H A DUpdates.types.js.map1UpdatesLogEntryCode;\n /**\n * One of the defined log level or severity values.\n */\n level…
/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.ios.ts3 import { UpdatesLogEntryCode, UpdatesLogEntryLevel } from '../Updates.types';
76 code: UpdatesLogEntryCode.NONE,
82 code: UpdatesLogEntryCode.JS_RUNTIME_ERROR,
/expo/packages/expo-updates/src/
H A DUpdates.types.ts234 code: UpdatesLogEntryCode;
256 export enum UpdatesLogEntryCode { enum