Skip to main content

ExecutionErrorWrapper

ExecutionErrorWrapper Objects

class ExecutionErrorWrapper(ExecutionErrorWrapperProtocol)

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

inner

def inner() -> ExecutionError

The wrapped execution error.