Interface: MetaErrorHandler<TEvent, UResponse>
Interface: MetaErrorHandler<TEvent, UResponse>
MetaErrorHandler Interface.
Represents a metadata object for an error handler.
Template
UResponse
Type Parameters
TEvent
TEvent extends IncomingEvent
UResponse
UResponse = unknown
Properties
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: ErrorHandlerType<TEvent, UResponse>;
