nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StageFailedOptions
Interface StageFailedOptions
Options for emitting a stage failed event.
interface
StageFailedOptions
{
bus
?:
IEventBus
;
executionId
:
string
;
stageId
:
string
;
error
:
string
;
}
Index
Properties
bus?
execution
Id
stage
Id
error
Properties
Optional
Readonly
bus
bus
?:
IEventBus
Readonly
execution
Id
executionId
:
string
Readonly
stage
Id
stageId
:
string
Readonly
error
error
:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
bus
execution
Id
stage
Id
error
GitHub
npm
nexus-agents - v2.80.0
Loading...
Options for emitting a stage failed event.