package hcserror

import "github.com/Microsoft/hcsshim/internal/hcserror"

Index

Constants

const ERROR_GEN_FAILURE = syscall.Errno(31)

Functions

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

hcserror.go

Version
v0.8.11
Published
Dec 2, 2020
Platform
js/wasm
Imports
2 packages
Last checked
13 minutes ago

Tools for package owners.