ExecutionError

interface ExecutionError

An error that can occur during the execution of a transaction.

Types

Link copied to clipboard
sealed interface ErrorDetails
Link copied to clipboard
sealed class ExecutionErrorKind

Properties

Link copied to clipboard
abstract val command: <Error class: unknown class>?

The command, if any, during which the error occurred.

Link copied to clipboard
abstract val description: String?

A human readable description of the error

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the field-presence view for this ExecutionError instance.

Functions

Link copied to clipboard
fun ExecutionError.copy(body: <Error class: unknown class>.() -> Unit = {}): ExecutionError

Copies the original message, including unknown fields.