errors

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsEOF

func IsEOF(e error) bool

func IsNetErr

func IsNetErr(e error) bool

Types

type CErr

type CErr struct {
	Msg  string
	Pc   uintptr
	File string
	Line int

	Cause *CErr
	// contains filtered or unexported fields
}

func BaseErr

func BaseErr(msg string, e error) *CErr

func BaseErrf

func BaseErrf(msg string, e error, v ...interface{}) *CErr

func CauseErr

func CauseErr(e error, msg string) *CErr

func CauseErrN

func CauseErrN(e error) *CErr

func CauseErrf

func CauseErrf(e error, msg string, v ...interface{}) *CErr

func NewErr

func NewErr(msg string) *CErr

func NewErrf

func NewErrf(msg string, v ...interface{}) *CErr

func (*CErr) Error

func (c *CErr) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL