currently we throw errors in a couple different scenarios
syntax errors (node issues)
schema validation errors
async issues
etc
however doing so (especially in async functions) will likely terminate the node process. we may want to consider saving the node process in these scenarios and just logging these errors instead.
currently we throw errors in a couple different scenarios
however doing so (especially in async functions) will likely terminate the node process. we may want to consider saving the node process in these scenarios and just logging these errors instead.