Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 134) sorted by relevance

123456

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchConfig.java41 Log.e(TAG, "Error loading branch.json: " + e.getMessage()); in RNBranchConfig()
44 Log.e(TAG, "Error parsing branch.json: " + e.getMessage()); in RNBranchConfig()
57 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in get()
70 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getDebugMode()
84 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getBranchKey()
98 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getLiveKey()
112 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getTestKey()
125 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getUseTestInstance()
138 Log.e(TAG, "Error parsing branch.json: " + exception.getMessage()); in getEnableFacebookLinkCheck()
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java160 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiGet()
227 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
228 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiSet()
233 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
278 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
279 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiRemove()
284 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
341 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
347 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
378 FLog.w(ReactConstants.TAG, e.getMessage(), e); in clear()
[all …]
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java160 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiGet()
227 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
228 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiSet()
233 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
278 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
279 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiRemove()
284 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
341 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
347 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
378 FLog.w(ReactConstants.TAG, e.getMessage(), e); in clear()
[all …]
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageModule.java160 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiGet()
227 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
228 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiSet()
233 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiSet()
278 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
279 error = AsyncStorageErrorUtil.getError(null, e.getMessage()); in multiRemove()
284 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiRemove()
341 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
347 FLog.w(ReactConstants.TAG, e.getMessage(), e); in multiMerge()
378 FLog.w(ReactConstants.TAG, e.getMessage(), e); in clear()
[all …]
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/
H A DPromise.java16 reject(codedThrowable.getCode(), codedThrowable.getMessage(), e); in reject()
27 reject(code, e.getMessage(), e); in reject()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/
H A DPromise.java16 reject(codedThrowable.getCode(), codedThrowable.getMessage(), e); in reject()
27 reject(code, e.getMessage(), e); in reject()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/
H A DPromise.java16 reject(codedThrowable.getCode(), codedThrowable.getMessage(), e); in reject()
27 reject(code, e.getMessage(), e); in reject()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/
H A DPromise.java16 reject(codedThrowable.getCode(), codedThrowable.getMessage(), e); in reject()
27 reject(code, e.getMessage(), e); in reject()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/interfaces/
H A DCodedThrowable.java11 String getMessage(); in getMessage() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/interfaces/
H A DCodedThrowable.java11 String getMessage(); in getMessage() method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/interfaces/
H A DCodedThrowable.java11 String getMessage(); in getMessage() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/interfaces/
H A DCodedThrowable.java11 String getMessage(); in getMessage() method
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/exceptions/
H A DTaskRegisteringFailedException.java5 …sumer '" + consumerClass.getName() + "' failed. Inherited error: " + parentException.getMessage()); in TaskRegisteringFailedException()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/exceptions/
H A DTaskRegisteringFailedException.java5 …sumer '" + consumerClass.getName() + "' failed. Inherited error: " + parentException.getMessage()); in TaskRegisteringFailedException()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/exceptions/
H A DTaskRegisteringFailedException.java5 …sumer '" + consumerClass.getName() + "' failed. Inherited error: " + parentException.getMessage()); in TaskRegisteringFailedException()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/exceptions/
H A DTaskRegisteringFailedException.java5 …sumer '" + consumerClass.getName() + "' failed. Inherited error: " + parentException.getMessage()); in TaskRegisteringFailedException()
/expo/docs/common/
H A Dsentry-utilities.ts26 const message = getMessage(event);
94 function getMessage(event: Event) { function
/expo/packages/expo-structured-headers/android/src/test/java/expo/modules/structuredheaders/
H A DDiagnosticsTests.java86 … Assert.assertTrue("does not start with '" + test.message + "' : '" + ex.getMessage() + "'", in diagnostics()
87 ex.getMessage().startsWith(test.message)); in diagnostics()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java43 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresented()
57 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresentationFailed()
/expo/packages/expo-location/android/src/main/java/expo/modules/location/exceptions/
H A DLocationRequestRejectedException.java8 super("Location request has been rejected: " + cause.getMessage()); in LocationRequestRejectedException()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/exceptions/
H A DLocationRequestRejectedException.java8 super("Location request has been rejected: " + cause.getMessage()); in LocationRequestRejectedException()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/exceptions/
H A DLocationRequestRejectedException.java8 super("Location request has been rejected: " + cause.getMessage()); in LocationRequestRejectedException()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/exceptions/
H A DLocationRequestRejectedException.java8 super("Location request has been rejected: " + cause.getMessage()); in LocationRequestRejectedException()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java43 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresented()
57 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresentationFailed()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java43 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresented()
57 …%s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, id, e.getMessage())); in onNotificationPresentationFailed()

123456