Skip to main content

Function: notifyError()

notifyError(notification): Promise<void>

Defined in: index.ts:185

Parameters

ParameterType
notification{ error: unknown; log?: boolean; title?: string; }
notification.errorunknown
notification.log?boolean
notification.title?string

Returns

Promise<void>