NodeFailureEvent¶
Structure Class¶
NodeFailureEvent
dataclass
¶
Contains information about a failure that occurred at a specific node during a flow execution.
Note
Flow executions is in preview release for Amazon Bedrock and is subject to change.
Attributes¶
error_code
instance-attribute
¶
error_code: NodeErrorCode
The error code that identifies the type of failure that occurred at the node.
error_message
instance-attribute
¶
error_message: str
A descriptive message that provides details about the node failure.