package
Version:
v2.19.2+incompatible
Opens a new window with list of versions in this module.
Published: Feb 23, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package errors is a drop-in replacement for Golang lib 'errors'.
Cause returns the root cause of this error.
func Format(format string, values ...interface{}) error
Error is an error object with underlying error.
Base returns an Error based on the given error.
func New(msg ...interface{}) Error
New returns a new error object with message formed from given arguments.
Error implements error.Error().
Inner implements hasInnerError.Inner()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.