ErrorInfo

class ErrorInfo

Provides details in the event of a failed flow, including the error type and the related error message.

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 type of error.

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