ExecutionErrorWrapper
open class ExecutionErrorWrapper : Disposable, AutoCloseable, ExecutionErrorWrapperInterface
Holds an ExecutionError so it can be nested inside another ExecutionError.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| inner | open override fun inner(): ExecutionError The wrapped execution error. |