flux
flux copied to clipboard
Improved error checking and validation
Currently, flux expects a happy path, and doesn't do much in terms of error checking the supplied YAML file. It will validate the topology thrift structure, if it gets that far, if not, you could get a variety of errors.
This should be improved to enhance UX and reduce confusion.