koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

better formatting for errors #87

Closed ublubu closed 6 years ago

ublubu commented 6 years ago

especially when an existing error gets wrapped in additional context, the error message can get complicated and difficult to read.

should probably split error messages into multiple lines and indent them so it's easier for users to tell what's going on (i.e. why their manifest file is being rejected).