MCPcopy Index your code
hub / github.com/devtron-labs/devtron / Error

Method Error

pkg/variables/models/validationError.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (err ValidationError) Error() string {
24 return err.Err.Error()
25}
26
27func (err *ValidationError) Unwrap() error {
28 return err.Err

Calls

no outgoing calls

Tested by 8

TestEphemeralContainersFunction · 0.36
TestUpdateFunction · 0.36
testErrorAssertionsFunction · 0.36
verifyS3BlobStorageFunction · 0.36