Interface: IErrorHandler<TEvent, UResponse>
Interface: IErrorHandler<TEvent, UResponse>
ErrorHandler Interface.
Represents an error handler that provides methods to report and render errors.
Template
UResponse
Type Parameters
TEvent
TEvent
extends IncomingEvent
UResponse
UResponse
= unknown
Properties
handle
handle: FunctionalErrorHandler<TEvent, UResponse>;