ErrorInfo

class ErrorInfo

Provides details in the event of a failed flow, including the failure count and the related error messages.

Types

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

Properties

Link copied to clipboard

Specifies the error message that appears if a flow fails.

Link copied to clipboard

Specifies the failure count for the attempted flow.

Functions

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