langchain.js
Preparing search index...
@langchain/langgraph
index
NodeInterrupt
Class NodeInterrupt
Raised by a node to interrupt execution.
Hierarchy (
View Summary
)
GraphInterrupt
NodeInterrupt
Index
Constructors
constructor
Properties
interrupts
lc_
error_
code?
Accessors
is_
bubble_
up
unminifiable_
name
Constructors
constructor
new
NodeInterrupt
(
message
:
any
,
fields
?:
BaseLangGraphErrorFields
,
)
:
NodeInterrupt
Parameters
message
:
any
Optional
fields
:
BaseLangGraphErrorFields
Returns
NodeInterrupt
Properties
interrupts
interrupts
:
Interrupt
[]
Optional
lc_
error_
code
lc_error_code
?:
string
Accessors
is_
bubble_
up
get
is_bubble_up
()
:
boolean
Returns
boolean
Static
unminifiable_
name
get
unminifiable_name
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
interrupts
lc_
error_
code
Accessors
is_
bubble_
up
unminifiable_
name
langchain.js
Loading...
Raised by a node to interrupt execution.