FlowFailureEvent

Contains information about a failure that occurred at the flow level 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.

Link copied to clipboard

A descriptive message that provides details about the failure.

Link copied to clipboard

The timestamp when the failure occurred.

Functions

Link copied to clipboard
inline fun copy(block: FlowFailureEvent.Builder.() -> Unit = {}): FlowFailureEvent
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