Versions in this module Expand all Collapse all v0 v0.2.11 Jul 4, 2019 v0.2.9-rc1 Jul 4, 2019 v0.2.8 Jul 4, 2019 v0.2.7 Jul 13, 2018 Changes in this version + const ApplicationError + const CLIError + const ErrBadURL + const ErrConflictingDemands + const ErrEmptyValue + const ErrInvalidPort + const ErrMustBeLoopbackURL + const ErrNotCIDR + const ErrNotHostname + const ErrNotIPv4 + const ErrNotValidNetworkType + const ErrUnconfirmed + const ErrUnknownApplicationError + const ErrUnknownCLIError + const ErrUnknownFileIOError + const ErrUnknownGRPCError + const ErrUnknownSysError + const SystemError + type Error struct + Args map[string]interface{} + Code int + Message string + func BadURL(urlStr string, e error) Error + func ConflictingDemands(msg string) Error + func EmptyValue(key string, value interface{}) Error + func InvalidPort(str string) Error + func MustBeLoopbackURL(url *url.URL) Error + func NotCIDR(str string) Error + func NotHostname(str string) Error + func NotIPv4(str string) Error + func NotValidNetworkType(key string, value interface{}) Error + func Unconfirmed(str string) Error + func UnknownApplicationError(e error) Error + func UnknownCLIError(e error) Error + func UnknownFileIOError(e error) Error + func UnknownGRPCError(e error) Error + func UnknownSysError(e error) Error + func (e Error) Error() string