Function: notifyError()
notifyError(
notification):Promise<void>
Defined in: index.ts:185
Parameters
| Parameter | Type |
|---|---|
notification | { error: unknown; log?: boolean; title?: string; } |
notification.error | unknown |
notification.log? | boolean |
notification.title? | string |
Returns
Promise<void>