Search
Preparing search index...
The search index is not available
@truffle/preserve
Options
Public
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
@truffle/preserve
Control
Controllers
Error
IErrorController
Interface IErrorController
Hierarchy
IBaseController
IErrorController
IStepsController
IValueResolutionController
Implemented by
ErrorController
ErrorController
Index
Properties
state
Methods
abort
emit
fail
stop
Properties
Readonly
state
state
:
State
Methods
abort
abort
(
options
:
Abort
)
:
Process
<
void
,
Stop
|
Abort
>
Parameters
options:
Abort
Returns
Process
<
void
,
Stop
|
Abort
>
emit
emit<E>
(
event
:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
)
:
E
Type parameters
E
:
Event
Parameters
event:
Pick
<
E
,
Exclude
<
keyof E
,
"scope"
>
>
Returns
E
fail
fail
(
options
:
Fail
)
:
Process
<
void
,
Stop
|
Fail
|
Abort
>
Parameters
options:
Fail
Returns
Process
<
void
,
Stop
|
Fail
|
Abort
>
stop
stop
(
options
?:
Stop
)
:
Process
<
void
,
Stop
>
Parameters
Optional
options:
Stop
Returns
Process
<
void
,
Stop
>
Modules
Error
Controller
Constructor
Options
IError
Controller
state
abort
emit
fail
stop
Generated using
TypeDoc