Versions in this module Expand all Collapse all v1 v1.1.1 Aug 18, 2020 Changes in this version + var ErrAlreadyExists = errors.New("Already exists") + var ErrNotFound = errors.New("Not found") + func Cast(err error) error + func GetHttpStatusCode(err error) int + func NewInitError(err error, service string) error + type ClientInitError struct + Err error + Service string + func (c ClientInitError) Error() string + type Multi struct + func NewMulti(errs ...error) *Multi + func (me *Multi) Add(errs ...error) *Multi + func (me *Multi) AddFmt(err error, format string, args ...interface{}) *Multi + func (me *Multi) AsError() error + func (me *Multi) Error() string + func (me *Multi) Get() []error + func (me *Multi) Set(errs ...error) *Multi Other modules containing this package github.com/go-magma/magma