ExecutionError

Specifies the error message and type, for an error that occurs during the execution of the workflow.

Types

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

Properties

Link copied to clipboard

Specifies the descriptive message that corresponds to the ErrorType.

Link copied to clipboard

Specifies the error type.

Functions

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