package errx
import "github.com/markbates/errx"
Index ¶
- Constants
- Variables
- func Unwrap(err error) error
- func Wrap(err error, msg string) error
- type Causer
- type Wrapper
Constants ¶
const Version = "v1.1.0"
Version of errx
Variables ¶
var Cause = Unwrap
Functions ¶
func Unwrap ¶
func Wrap ¶
Types ¶
type Causer ¶
type Causer interface { Cause() error }
pkg/errors
type Wrapper ¶
type Wrapper interface { Unwrap() error }
go2 errors
Source Files ¶
- Version
- v1.1.0 (latest)
- Published
- Jul 6, 2019
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 2 weeks ago –
Tools for package owners.