MCPcopy
hub / github.com/fluid-cloudnative/fluid / Error

Method Error

pkg/webhook/utils/errors.go:10–12  ·  view source on GitHub ↗

Error implements the Error interface.

()

Source from the content-addressed store, hash-verified

8
9// Error implements the Error interface.
10func (e *NeedRetryWithApiReaderError) Error() string {
11 return e.ErrMsg
12}
13
14func IsNeedRetryWithApiReaderError(err error) bool {
15 if _, ok := err.(*NeedRetryWithApiReaderError); ok {

Callers 15

PatchCABundleMethod · 0.45
newHandlerFunction · 0.45
newHandlerForTypeFunction · 0.45
TestPodsFunction · 0.45
TestPluginFunction · 0.45
TestMutateOnlyRequiredFunction · 0.45
NewPluginFunction · 0.45
MutateMethod · 0.45
TestMutateFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestPodsFunction · 0.36
TestPluginFunction · 0.36
TestMutateOnlyRequiredFunction · 0.36
TestMutateFunction · 0.36
TestMutateFunction · 0.36
TestMutateFunction · 0.36
TestMutateFunction · 0.36