Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/declarations
MetaErrorHandler
Interface MetaErrorHandler<TEvent, UResponse>
MetaErrorHandler Interface.
Represents a metadata object for an error handler.
Template: TEvent,
UResponse
interface
MetaErrorHandler
<
TEvent
extends
IncomingEvent
,
UResponse
=
unknown
>
{
isClass
?:
boolean
;
isFactory
?:
boolean
;
module
:
ErrorHandlerType
<
TEvent
,
UResponse
>
;
}
Type Parameters
TEvent
extends
IncomingEvent
UResponse
=
unknown
Index
Properties
is
Class?
is
Factory?
module
Properties
Optional
is
Class
isClass
?:
boolean
Optional
is
Factory
isFactory
?:
boolean
module
module
:
ErrorHandlerType
<
TEvent
,
UResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Class
is
Factory
module
Docs
Home
Stone.js API
Loading...
MetaErrorHandler Interface.
Represents a metadata object for an error handler.
Template: TEvent,
UResponse