Versions in this module Expand all Collapse all v1 v1.4.0 Aug 19, 2016 Changes in this version + func Context(err error) map[string]interface + func DelContext(err error, key string) + func Errorf(format string, args ...interface{}) error + func GetContext(err error, key string) interface + 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 IsNotAPointerError(err error) bool + func IsNotImplementedError(err error) bool + func IsRetriableError(err error) bool + func IsSmudgeError(err error) bool + func New(message string) error + func NewAuthError(err error) error + func NewBadPointerKeyError(expected, actual string) error + func NewCleanPointerError(pointer interface{}, bytes []byte) error + func NewDownloadDeclinedError(err error, msg string) error + func NewFatalError(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 SetContext(err error, key string, value interface{}) + func StackTrace(err error) []string + func StandardizeBadPointerError(err error) error + func Wrap(err error, msg string) error + func Wrapf(err error, format string, args ...interface{}) error