Type Alias: ErrorReporter()
ErrorReporter = (
error,options?) =>void
The function that application logic has access to for reporting errors.
Parameters
| Parameter | Type |
|---|---|
error | unknown |
options? | ErrorReportOptions |
Returns
void
ErrorReporter = (
error,options?) =>void
The function that application logic has access to for reporting errors.
| Parameter | Type |
|---|---|
error | unknown |
options? | ErrorReportOptions |
void