MCPcopy
hub / github.com/istio/istio / Error

Struct Error

security/pkg/pki/error/error.go:38–41  ·  view source on GitHub ↗

Error encapsulates the short and long errors.

Source from the content-addressed store, hash-verified

36
37// Error encapsulates the short and long errors.
38type Error struct {
39 t ErrType
40 err error
41}
42
43// Error returns the string error message.
44func (e Error) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected