Skip to main content

ExecutionErrorWrapperProtocol

ExecutionErrorWrapperProtocol Objects

class ExecutionErrorWrapperProtocol(typing.Protocol)

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

inner

def inner() -> ExecutionError

The wrapped execution error.