Versions in this module Expand all Collapse all v1 v1.3.1 Aug 2, 2016 v1.3.0 Jul 27, 2016 Changes in this version + func Error(err error) error + func ErrorContext(err error) map[string]interface + func ErrorDelContext(err error, key string) + func ErrorGetContext(err error, key string) interface + func ErrorSetContext(err error, key string, value interface{}) + func ErrorStack(err error) []byte + func Errorf(err error, format string, args ...interface{}) error + func GetInnerError(err error) error + func IsAuthError(err error) bool + func IsBadPointerKeyError(err error) bool + func IsCleanPointerError(err error) bool + func IsDownloadDeclinedError(err error) bool + func IsFatalError(err error) bool + func IsInvalidPointerError(err error) bool + func IsInvalidRepoError(err error) bool + func IsNotAPointerError(err error) bool + func IsNotImplementedError(err error) bool + func IsRetriableError(err error) bool + func IsSmudgeError(err error) bool + func NewAuthError(err error) error + func NewBadPointerKeyError(expected, actual string) error + func NewCleanPointerError(err error, pointer interface{}, bytes []byte) error + func NewDownloadDeclinedError(err error) error + func NewFatalError(err error) error + func NewInvalidPointerError(err error) error + func NewInvalidRepoError(err error) error + func NewNotAPointerError(err error) error + func NewNotImplementedError(err error) error + func NewRetriableError(err error) error + func NewSmudgeError(err error, oid, filename string) error + func Stack() []byte + func StandardizeBadPointerError(err error) error