MCPcopy
hub / github.com/apecloud/kubeblocks / Error

Struct Error

pkg/controllerutil/errors.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type Error struct {
28 Type ErrorType
29 Message string
30}
31
32var _ error = &Error{}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected