onepanel
onepanel copied to clipboard
Onepanel CLI - design errors for params.yaml
This is a discussion item. Right now we have ParamsError but it can be improved.
Key points that the error should capture
- The key that caused the issue
- The value (if applicable) that caused the issue.
- What type of error it is - value missing, value blank, value invalid otherwise (how? reserved name, too many characters, etc)
- Bonus: Line that caused the issue.