MoveAbort

interface MoveAbort

Properties

Link copied to clipboard
abstract val abortCode: <Error class: unknown class>?
Link copied to clipboard
abstract val cleverError: CleverError

Extra error information if abort code is a "Clever Error"

Link copied to clipboard
abstract val location: MoveLocation

Location in Move where the error occurred.

Link copied to clipboard

Returns the field-presence view for this MoveAbort instance.

Functions

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

Copies the original message, including unknown fields.