-
-
Notifications
You must be signed in to change notification settings - Fork 0
BotFactoryError
martiliones edited this page Jun 12, 2023
·
1 revision
-
Type
interface BotFactoryError { error: Error; }
-
Type
interface BotFactoryError { name: "BotFactoryError"; }
-
Type
interface BotFactoryError { transaction: Transaction; }
-
Type
type ErrorHandler = (err: BotFactoryError) => void;
-
References