MCPcopy
hub / github.com/argoproj/argo-workflows / argoerr

Struct argoerr

errors/errors.go:31–35  ·  view source on GitHub ↗

argoerr is the internal implementation of an Argo error which wraps the error from pkg/errors

Source from the content-addressed store, hash-verified

29
30// argoerr is the internal implementation of an Argo error which wraps the error from pkg/errors
31type argoerr struct {
32 code string
33 message string
34 err error
35}
36
37// New returns an error with the supplied message.
38// New also records the stack trace at the point it was called.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected