MCPcopy
hub / github.com/kubeflow/pipelines / Error

Struct Error

backend/src/agent/persistence/client/artifactclient/client.go:61–65  ·  view source on GitHub ↗

Error represents an artifact operation error

Source from the content-addressed store, hash-verified

59
60// Error represents an artifact operation error
61type Error struct {
62 Code ErrorCode
63 Message string
64 Cause error
65}
66
67// Error implements the error interface
68func (e *Error) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected