deis / workflow-manager-api

Deis Workflow Manager API
MIT License
5 stars 0 forks source link

Audit the data package for un-returned errors #129

Open arschles opened 8 years ago

arschles commented 8 years ago

Various functions handle errors by logging them and continuing execution. They should halt execution and return the errors in most cases. This issue is for auditing the entire package to ensure that the code does that.