()
| 79 | } |
| 80 | |
| 81 | func (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 |
| 86 | type InvalidVolumeError struct { |
no outgoing calls