Skip to main content

Interface: ExecutionErrorWrapperLike

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

Methods

inner()

inner(): ExecutionError;

The wrapped execution error.

Returns

ExecutionError