Versions in this module Expand all Collapse all v1 v1.99.0 Dec 17, 2021 v1.0.1 Jun 1, 2021 Changes in this version + func NewMissingRequiredDependency(name string) error v1.0.0 May 5, 2021 Changes in this version + const CodeUnknown + const KindConflict + const KindInternal + const KindInvalidInput + const KindNotFound + const KindUnauthenticated + const KindUnauthorized + const KindUnexpected + type CodeType string + func Code(err error) CodeType + type CustomError struct + func New(message string, args ...interface{}) CustomError + func (ce CustomError) Error() string + func (ce CustomError) WithCode(code CodeType) CustomError + func (ce CustomError) WithKind(kind KindType) CustomError + type KindType string + func Kind(err error) KindType