Skip to content

AsyncErrorHandlerComponent.handleAsyncError method

AsyncErrorHandlerComponent › handleAsyncError

Called when an async error occurs.

Signature:

handleAsyncError(_asyncError: unknown): void

Parameters:

ParameterTypeDescription
_asyncErrorunknownThe async error.

Returns: void