fiaas / mast

Apache License 2.0
2 stars 7 forks source link

Return more specific error for invalid YAML #24

Closed gregjones closed 4 years ago

gregjones commented 4 years ago

If the spec or config fetched is invalid yaml, the response was a generic 500, without detail on what was causing the error. This changes it to return the ClientError, with a description indicating the problem.