Versions in this module Expand all Collapse all v0 v0.3.0 Feb 23, 2023 Changes in this version + func Cause(err error) error + func Wrap(err error, message string) error + type ErrorType uint + const InvalidArgument + const NotFound + const Unknown + func GetType(err error) ErrorType + func (et ErrorType) New(message string) error + func (et ErrorType) Wrap(err error, message string) error