Home
last modified time | relevance | path

Searched defs:handleError (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelInterface.kt10 abstract fun handleError(errorMessage: String) in handleError() method in host.exp.exponent.kernel.KernelInterface
11 abstract fun handleError(exception: Exception) in handleError() method in host.exp.exponent.kernel.KernelInterface
H A DExpoViewKernel.kt24 override fun handleError(errorMessage: String) { in handleError() method in host.exp.exponent.kernel.ExpoViewKernel
32 override fun handleError(exception: Exception) { in handleError() method in host.exp.exponent.kernel.ExpoViewKernel
H A DKernel.kt931 override fun handleError(errorMessage: String) { in <lambda>() method in host.exp.exponent.kernel.Kernel
935 override fun handleError(exception: Exception) { in <lambda>() method in host.exp.exponent.kernel.Kernel
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts37 handleError?: (notificationId: string, error: NotificationHandlingError) => void; property
/expo/apps/test-suite/tests/
H A DNotifications.js150 handleError: (...event) => { method
1500 handleError: handleErrorSpy, property