/** * The exception that occurs when sending a notification fails. Usually the result * of a transient database issue. Receivers of this exception can retry. */ export interface INotificationNotifyException { } //# sourceMappingURL=notification_notify_exception.d.ts.map