NodeFailureEvent

Contains information about a failure that occurred at a specific node during a flow execution.

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code that identifies the type of failure that occurred at the node.

Link copied to clipboard

A descriptive message that provides details about the node failure.

Link copied to clipboard

The name of the node where the failure occurred.

Link copied to clipboard

The timestamp when the node failure occurred.

Functions

Link copied to clipboard
inline fun copy(block: NodeFailureEvent.Builder.() -> Unit = {}): NodeFailureEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String