Documentation ¶ Index ¶ Constants func Errorf(err error, title, format string, a ...interface{}) error func New(err error, title, rest string) error func Win32FromError(err error) uint32 type HcsError func (e *HcsError) Error() string Constants ¶ View Source const ERROR_GEN_FAILURE = syscall.Errno(31) Variables ¶ This section is empty. Functions ¶ func Errorf ¶ func Errorf(err error, title, format string, a ...interface{}) error func New ¶ func New(err error, title, rest string) error func Win32FromError ¶ func Win32FromError(err error) uint32 Types ¶ type HcsError ¶ type HcsError struct { Err error // contains filtered or unexported fields } func (*HcsError) Error ¶ func (e *HcsError) Error() string Source Files ¶ View all Source files hcserror.go Click to show internal directories. Click to hide internal directories.