Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 17 of 17) sorted by relevance

/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/
H A DMapUtils.java10 public static int getInt(ReadableMap map, @Nonnull String name, String errorMsg) { in getInt() argument
14 throw new JSApplicationCausedNativeException(errorMsg); in getInt()
19 public static String getString(ReadableMap map, @Nonnull String name, String errorMsg) { in getString() argument
23 throw new JSApplicationCausedNativeException(errorMsg); in getString()
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/
H A DMapUtils.java10 public static int getInt(ReadableMap map, @Nonnull String name, String errorMsg) { in getInt() argument
14 throw new JSApplicationCausedNativeException(errorMsg); in getInt()
19 public static String getString(ReadableMap map, @Nonnull String name, String errorMsg) { in getString() argument
23 throw new JSApplicationCausedNativeException(errorMsg); in getString()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/
H A DMapUtils.java10 public static int getInt(ReadableMap map, @Nonnull String name, String errorMsg) { in getInt() argument
14 throw new JSApplicationCausedNativeException(errorMsg); in getInt()
19 public static String getString(ReadableMap map, @Nonnull String name, String errorMsg) { in getString() argument
23 throw new JSApplicationCausedNativeException(errorMsg); in getString()
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/
H A DMapUtils.java10 public static int getInt(ReadableMap map, @Nonnull String name, String errorMsg) { in getInt() argument
14 throw new JSApplicationCausedNativeException(errorMsg); in getInt()
19 public static String getString(ReadableMap map, @Nonnull String name, String errorMsg) { in getString() argument
23 throw new JSApplicationCausedNativeException(errorMsg); in getString()
/expo/ios/vendored/unversioned/react-native-reanimated/ios/
H A DREAUtils.h3 #define REA_LOG_ERROR_IF_NIL(value, errorMsg) \ argument
6 RCTLogError(errorMsg); \
/expo/ios/vendored/sdk49/react-native-reanimated/ios/
H A DABI49_0_0REAUtils.h3 #define ABI49_0_0REA_LOG_ERROR_IF_NIL(value, errorMsg) \ argument
6 ABI49_0_0RCTLogError(errorMsg); \
/expo/ios/vendored/sdk48/react-native-reanimated/ios/
H A DABI48_0_0REAUtils.h3 #define ABI48_0_0REA_LOG_ERROR_IF_NIL(value, errorMsg) \ argument
6 ABI48_0_0RCTLogError(errorMsg); \
/expo/ios/vendored/sdk47/react-native-reanimated/ios/
H A DABI47_0_0REAUtils.h3 #define ABI47_0_0REA_LOG_ERROR_IF_NIL(value, errorMsg) \ argument
6 ABI47_0_0RCTLogError(errorMsg); \
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocation.mdx86 const [errorMsg, setErrorMsg] = useState(null);
110 if (errorMsg) {
111 text = errorMsg;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocation.mdx86 const [errorMsg, setErrorMsg] = useState(null);
110 if (errorMsg) {
111 text = errorMsg;
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocation.mdx128 const [errorMsg, setErrorMsg] = useState(null);
152 if (errorMsg) {
153 text = errorMsg;
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlocation.mdx128 const [errorMsg, setErrorMsg] = useState(null);
152 if (errorMsg) {
153 text = errorMsg;
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlocation.mdx128 const [errorMsg, setErrorMsg] = useState(null);
152 if (errorMsg) {
153 text = errorMsg;
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemModule.kt783 private fun ensurePermission(uri: Uri, permission: Permission, errorMsg: String) { in ensurePermission()
785 throw IOException(errorMsg) in ensurePermission()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt783 private fun ensurePermission(uri: Uri, permission: Permission, errorMsg: String) { in ensurePermission()
785 throw IOException(errorMsg) in ensurePermission()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt179 private fun ensurePermission(uri: Uri, permission: Permission, errorMsg: String) { in ensurePermission()
181 throw IOException(errorMsg) in ensurePermission()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt179 private fun ensurePermission(uri: Uri, permission: Permission, errorMsg: String) { in ensurePermission()
181 throw IOException(errorMsg) in ensurePermission()