MCPcopy Create free account
hub / github.com/devfile/api / Error

Method Error

pkg/validation/errors.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (e *ReservedEnvError) Error() string {
82 return fmt.Sprintf("env variable %s is reserved and cannot be customized in component %s", e.envName, e.componentName)
83}
84
85// InvalidVolumeError returns an error if the volume is invalid
86type InvalidVolumeError struct {

Callers 15

overridingPatchTestFunction · 0.45
TestOverridingPatchesFunction · 0.45
readFileToStructFunction · 0.45
compareErrorMessagesFunction · 0.45
mergingPatchTestFunction · 0.45
TestMergingFunction · 0.45
validateGroupFunction · 0.45
ValidateComponentsFunction · 0.45
TestValidateCommandsFunction · 0.45

Calls

no outgoing calls

Tested by 15

overridingPatchTestFunction · 0.36
TestOverridingPatchesFunction · 0.36
readFileToStructFunction · 0.36
compareErrorMessagesFunction · 0.36
mergingPatchTestFunction · 0.36
TestMergingFunction · 0.36
TestValidateCommandsFunction · 0.36
TestValidateGroupFunction · 0.36