Skip to main content

ExecutionErrorWrapper

type ExecutionErrorWrapper

Holds an [`ExecutionError`] so it can be nested inside another [`ExecutionError`].

type ExecutionErrorWrapper struct {
// contains filtered or unexported fields
}

func LiftFromExternalExecutionErrorWrapper

func LiftFromExternalExecutionErrorWrapper(handle uint64) *ExecutionErrorWrapper

func (*ExecutionErrorWrapper) Destroy

func (object *ExecutionErrorWrapper) Destroy()

func (*ExecutionErrorWrapper) Inner

func (_self *ExecutionErrorWrapper) Inner() ExecutionError

The wrapped execution error.