package
0.13.0-rc.2
Repository: https://github.com/microsoft/hcsshim.git
Documentation: pkg.go.dev

# Functions

BaseStackTrace gets the earliest errors.StackTrace in the given error's cause stack.
GetHresult iterates through the error's cause stack (similar to how the Cause function in github.com/pkg/errors operates).
NewHresultError produces a new error with the given HRESULT.
WrapHresult produces a new error with the given HRESULT and wrapping the given error.

# Constants

# Interfaces

StackTracer is an interface originating (but not exported) from the github.com/pkg/errors package.

# Type aliases

Hresult is a type corresponding to the HRESULT error type used on Windows.