Home
last modified time | relevance | path

Searched refs:errorDetails (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A Derrors.ts67 const errorDetails = error.stack ? '\n' + chalk.gray(error.stack) : ''; constant
69 exit(chalk.red(error.toString()) + errorDetails);
/expo/ios/versioned/sdk47/EXPrint/EXPrint/
H A DABI47_0_0EXPrint.m61 …f _getPrintingDataForOptions:options callback:^(NSData *printingData, NSDictionary *errorDetails) {
62 if (errorDetails != nil) {
63 …reject(errorDetails[@"code"], errorDetails[@"message"], ABI47_0_0EXErrorWithMessage(errorDetails[@…
/expo/ios/versioned/sdk48/EXPrint/EXPrint/
H A DABI48_0_0EXPrint.m61 …f _getPrintingDataForOptions:options callback:^(NSData *printingData, NSDictionary *errorDetails) {
62 if (errorDetails != nil) {
63 …reject(errorDetails[@"code"], errorDetails[@"message"], ABI48_0_0EXErrorWithMessage(errorDetails[@…
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorActivity.kt61 binding.errorDetails.text = error.message ?: "Unknown error" in displayError()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DABI47_0_0RCTPushNotificationManager.mm251 NSDictionary *errorDetails = @{
256 [self sendEventWithName:@"remoteNotificationRegistrationError" body:errorDetails];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DABI48_0_0RCTPushNotificationManager.mm259 NSDictionary *errorDetails = @{
264 [self sendEventWithName:@"remoteNotificationRegistrationError" body:errorDetails];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/PushNotificationIOS/
H A DABI49_0_0RCTPushNotificationManager.mm259 NSDictionary *errorDetails = @{
264 [self sendEventWithName:@"remoteNotificationRegistrationError" body:errorDetails];