@mapgear/geoapps-core > GAEventCallbackFailedError
GAEventCallbackFailedError class
Error that is thrown when a callback of the event dispatcher fails
Signature:export declare class GAEventCallbackFailedError extends Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(error) | Constructs a new instance of the GAEventCallbackFailedError class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| Error | readonly | unknown | The error that was thrown by the callback |