Home
last modified time | relevance | path

Searched refs:NotificationTimeoutError (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts6 export declare class NotificationTimeoutError extends CodedError { class
13 export type NotificationHandlingError = NotificationTimeoutError | Error;
H A DNotificationsHandler.js6 export class NotificationTimeoutError extends CodedError { class
69 …ntName, ({ id, notification }) => handler.handleError?.(id, new NotificationTimeoutError(id, notif…
H A DNotificationsHandler.js.map1NotificationTimeoutError extends CodedError {\n info: { notification: Notification; id: string };…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts9 export class NotificationTimeoutError extends CodedError { class
18 export type NotificationHandlingError = NotificationTimeoutError | Error;
117 handler.handleError?.(id, new NotificationTimeoutError(id, notification))