Skip to main content

ExecutionErrorWrapperInterface

type ExecutionErrorWrapperInterface

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

type ExecutionErrorWrapperInterface interface {
// The wrapped execution error.
Inner() ExecutionError
}