MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / Error

Method Error

internal/cnpi/plugin/client/errors.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (e *pluginError) Error() string {
43 return e.innerErr.Error()
44}
45
46func (e *pluginError) Unwrap() error {
47 return e.innerErr

Callers 13

innerBackupMethod · 0.45
innerLifecycleHookMethod · 0.45
errors_test.goFile · 0.45
GetMetricsDefinitionsMethod · 0.45
CollectMetricsMethod · 0.45
innerNewClientFunction · 0.45
innerArchiveWALMethod · 0.45
CloseMethod · 0.45
innerMutateClusterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected