Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
type
Error
struct
{
28
Type ErrorType
29
Message string
30
}
31
32
var
_ error = &Error{}
33
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected