Versions in this module Expand all Collapse all v3 v3.1.5 Jul 29, 2021 Changes in this version + const CodeBadRequest + const CodeForbidden + const CodeInternal + const CodeNotFound + const CodeNotImplemented + const CodeTimeout + const CodeUnauthorized + func Cause(err error) error + func Errorf(code string, format string, args ...interface{}) error + func InternalError(message string) error + func InternalErrorf(format string, args ...interface{}) error + func InternalWrapError(err error, message ...string) error + func InternalWrapErrorf(err error, format string, args ...interface{}) error + func IsCode(code string, err error) bool + func New(code string, message string) error + func Wrap(err error, code string, message string) error + type ArgoError interface + Code func() string + Error func() string + Format func(s fmt.State, verb rune) + JSON func() []byte + Message func() string + StackTrace func() errors.StackTrace Other modules containing this package github.com/kostas-theo/argo-workflows