The application should be able to report non-critical error conditions in a way that doesn't effect the meaningful output (i.e., the resulting JSON from a clone), but still allows for messages to be conveyed.
This might mean writing these messages to STDERR. Or setting up all commands to return a JSON that has a optional error section. Other ideas are welcome.
The application should be able to report non-critical error conditions in a way that doesn't effect the meaningful output (i.e., the resulting JSON from a
clone), but still allows for messages to be conveyed.This might mean writing these messages to STDERR. Or setting up all commands to return a JSON that has a optional
errorsection. Other ideas are welcome.