| /expo/packages/expo-auth-session/src/ |
| H A D | QueryParams.ts | 9 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 D | AuthSession.types.ts | 51 errorCode: string | null;
|
| H A D | AuthRequest.ts | 199 const { params, errorCode } = QueryParams.getQueryParams(url); constant 200 const { state, error = errorCode } = params; 226 errorCode,
|
| /expo/packages/expo-auth-session/build/ |
| H A D | QueryParams.js | 14 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 D | QueryParams.js.map | 1 …errorCode: string | null;\n params: { [key: string]: string };\n} {\n const parts = url.split('#…
|
| H A D | QueryParams.d.ts | 3 errorCode: string | null;
|
| H A D | AuthSession.types.d.ts | 45 errorCode: string | null;
|
| H A D | AuthRequest.js | 153 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 D | AuthenticationPrompt.kt | 27 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 D | EXManifestResource.m | 70 @"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 D | QueryParams-test.ts | 12 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 D | PrintModule.kt | 63 … 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 D | PrintModule.kt | 63 … 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 D | AuthenticationHelper.kt | 186 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 D | AuthenticationHelper.kt | 186 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 D | AuthenticationHelper.kt | 186 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 D | SQLiteModule.kt | 63 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 D | SQLiteModule.kt | 63 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 D | ManifestException.kt | 63 val errorCode = errorJSON!!.getString("errorCode") in <lambda>() constant 65 when (errorCode) { in <lambda>()
|
| /expo/ios/versioned/sdk47/EXSQLite/EXSQLite/ |
| H A D | ABI47_0_0EXSQLite.m | 108 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 D | ABI48_0_0EXSQLite.m | 108 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 D | InAppPurchases.types.d.ts | 19 errorCode?: IAPErrorCode; property
|
| /expo/packages/expo-in-app-purchases/src/ |
| H A D | InAppPurchases.types.ts | 21 errorCode?: IAPErrorCode; property
|
| /expo/ios/Exponent/Kernel/AppLoader/ |
| H A D | EXFileDownloader.m | 178 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 D | RNCWebViewClient.java | 214 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()
|