Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 25 of 44) sorted by relevance

12

/expo/packages/expo-auth-session/src/
H A DQueryParams.ts9 errorCode: string | null;
21 const errorCode = (parsedSearch.errorCode ?? null) as string | null; constant
23 typeof errorCode === 'string' || errorCode === null,
26 delete parsedSearch.errorCode;
41 errorCode,
H A DAuthSession.types.ts51 errorCode: string | null;
H A DAuthRequest.ts199 const { params, errorCode } = QueryParams.getQueryParams(url); constant
200 const { state, error = errorCode } = params;
226 errorCode,
/expo/packages/expo-auth-session/build/
H A DQueryParams.js14 const errorCode = (parsedSearch.errorCode ?? null);
15 …invariant(typeof errorCode === 'string' || errorCode === null, `The "errorCode" parameter must be …
16 delete parsedSearch.errorCode;
28 errorCode,
H A DQueryParams.js.map1errorCode: string | null;\n params: { [key: string]: string };\n} {\n const parts = url.split('#…
H A DQueryParams.d.ts3 errorCode: string | null;
H A DAuthSession.types.d.ts45 errorCode: string | null;
H A DAuthRequest.js153 const { params, errorCode } = QueryParams.getQueryParams(url);
154 const { state, error = errorCode } = params;
177 errorCode,
/expo/packages/expo-secure-store/android/src/main/java/expo/modules/securestore/
H A DAuthenticationPrompt.kt27 override fun onAuthenticationError(errorCode: Int, errString: CharSequence) { in <lambda>()
28 super.onAuthenticationError(errorCode, errString) in <lambda>()
30 …if (errorCode == BiometricPrompt.ERROR_USER_CANCELED || errorCode == BiometricPrompt.ERROR_NEGATIV… in <lambda>()
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXManifestResource.m70 @"errorCode": @"NO_COMPATIBLE_EXPERIENCE_FOUND",
228 NSString *errorCode;
249 errorCode = nil;
252 errorCode = @"MALFORMED_SDK_VERSION";
256 errorCode = @"NO_SDK_VERSION_SPECIFIED";
258 if (errorCode) {
261 @"errorCode": errorCode,
280 userInfo[@"errorCode"] = @"NETWORK_ERROR";
302 NSString *errorCode = userInfo[@"errorCode"];
326 …} else if ([errorCode isEqualToString:@"USER_SNACK_NOT_FOUND"] || [errorCode isEqualToString:@"SNA…
[all …]
/expo/packages/expo-auth-session/src/__tests__/
H A DQueryParams-test.ts12 expect(results.errorCode).toBe('invalid_prompt');
13 expect(results.params.errorCode).not.toBeDefined();
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/print/
H A DPrintModule.kt63 … override fun onRenderError(errorCode: String?, errorMessage: String?, exception: Exception?) { in print()
64 promise.reject(errorCode, errorMessage, exception) in print()
116 … override fun onRenderError(errorCode: String?, errorMessage: String?, exception: Exception?) { in printToFileAsync()
117 promise.reject(errorCode, errorMessage, exception) in printToFileAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/print/
H A DPrintModule.kt63 … override fun onRenderError(errorCode: String?, errorMessage: String?, exception: Exception?) { in print()
64 promise.reject(errorCode, errorMessage, exception) in print()
116 … override fun onRenderError(errorCode: String?, errorMessage: String?, exception: Exception?) { in printToFileAsync()
117 promise.reject(errorCode, errorMessage, exception) in printToFileAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/securestore/
H A DAuthenticationHelper.kt186 override fun onAuthenticationError(errorCode: Int, errString: CharSequence) { in <lambda>()
187 super.onAuthenticationError(errorCode, errString) in <lambda>()
190 …if (errorCode == BiometricPrompt.ERROR_USER_CANCELED || errorCode == BiometricPrompt.ERROR_NEGATIV… in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/securestore/
H A DAuthenticationHelper.kt186 override fun onAuthenticationError(errorCode: Int, errString: CharSequence) { in <lambda>()
187 super.onAuthenticationError(errorCode, errString) in <lambda>()
190 …if (errorCode == BiometricPrompt.ERROR_USER_CANCELED || errorCode == BiometricPrompt.ERROR_NEGATIV… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/securestore/
H A DAuthenticationHelper.kt186 override fun onAuthenticationError(errorCode: Int, errString: CharSequence) { in <lambda>()
187 super.onAuthenticationError(errorCode, errString) in <lambda>()
190 …if (errorCode == BiometricPrompt.ERROR_USER_CANCELED || errorCode == BiometricPrompt.ERROR_NEGATIV… in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt63 val errorCode = "SQLiteError" in <lambda>() constant
65 …promise.reject(errorCode, "Unable to delete database '$dbName' that is currently open. Close it pr… in <lambda>()
69 promise.reject(errorCode, "Database '$dbName' not found") in <lambda>()
73 promise.reject(errorCode, "Unable to delete the database file for '$dbName' database") in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/sqlite/
H A DSQLiteModule.kt63 val errorCode = "SQLiteError" in <lambda>() constant
65 …promise.reject(errorCode, "Unable to delete database '$dbName' that is currently open. Close it pr… in <lambda>()
69 promise.reject(errorCode, "Database '$dbName' not found") in <lambda>()
73 promise.reject(errorCode, "Unable to delete the database file for '$dbName' database") in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DManifestException.kt63 val errorCode = errorJSON!!.getString("errorCode") in <lambda>() constant
65 when (errorCode) { in <lambda>()
/expo/ios/versioned/sdk47/EXSQLite/EXSQLite/
H A DABI47_0_0EXSQLite.m108 NSString *errorCode = @"E_SQLITE_DELETE_DATABASE";
112 …reject(errorCode, [NSString stringWithFormat:@"Unable to delete database '%@' that is currently op…
119 reject(errorCode, @"No FileSystem module.", nil);
123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
128 …reject(errorCode, [NSString stringWithFormat:@"Unable to delete the database file for '%@' databas…
/expo/ios/versioned/sdk48/EXSQLite/EXSQLite/
H A DABI48_0_0EXSQLite.m108 NSString *errorCode = @"E_SQLITE_DELETE_DATABASE";
112 …reject(errorCode, [NSString stringWithFormat:@"Unable to delete database '%@' that is currently op…
119 reject(errorCode, @"No FileSystem module.", nil);
123 reject(errorCode, [NSString stringWithFormat:@"Database '%@' not found", dbName], nil);
128 …reject(errorCode, [NSString stringWithFormat:@"Unable to delete the database file for '%@' databas…
/expo/packages/expo-in-app-purchases/build/
H A DInAppPurchases.types.d.ts19 errorCode?: IAPErrorCode; property
/expo/packages/expo-in-app-purchases/src/
H A DInAppPurchases.types.ts21 errorCode?: IAPErrorCode; property
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXFileDownloader.m178 NSString *errorCode = errorInfo[@"errorCode"] ?: @"UNEXPECTED_ERROR";
181 … @"errorCode": errorCode,
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/
H A DRNCWebViewClient.java214 int errorCode, in onReceivedError() argument
220 && errorCode == -1 in onReceivedError()
232 super.onReceivedError(webView, errorCode, description, failingUrl); in onReceivedError()
240 eventData.putDouble("code", errorCode); in onReceivedError()

12