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

Interface StatusError

pkg/errors/errors.go:40–43  ·  view source on GitHub ↗

StatusError is an interface for Fluid internal error

Source from the content-addressed store, hash-verified

38
39// StatusError is an interface for Fluid internal error
40type StatusError interface {
41 Reason() metav1.StatusReason
42 Details() *metav1.StatusDetails
43}

Callers 3

ReasonForErrorFunction · 0.65
TestIsDeprecatedFunction · 0.65
TestIsNotSupportedFunction · 0.65

Implementers 1

FluidStatusErrorpkg/errors/errors.go

Calls

no outgoing calls

Tested by

no test coverage detected