interface AllSubscriptions extends DefaultSubscriptions, Subscriptionsinterface AllSubscriptions extends DefaultSubscriptions, SubscriptionsProperties
handledException
Triggered when a reported Notice (report: truereport: true) is caught
handledException: {
denial: Notice;
uuid: UUID;
source: FaultSource;
}handledException: {
denial: Notice;
uuid: UUID;
source: FaultSource;
}Inherited from:DefaultSubscriptions
unknownException
Triggered when an unhandled exception (a raw non-Notice throw) occurs
unknownException: { uuid: UUID; error: Error; guild?: { id: string; name: string; } | undefined; user?: { id: string; username: string; } | undefined; metadata?: unknown; }unknownException: { uuid: UUID; error: Error; guild?: { id: string; name: string; } | undefined; user?: { id: string; username: string; } | undefined; metadata?: unknown; }Inherited from:DefaultSubscriptions