You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
I just hit some validation exceptions in fmp and the error message was literally just ConstraintViolationException. No clue as to what validation failed where or why.
I've patched fmp to add a this constructor argument; it'd be nice to do this in a helper method inside kubernetes-model so all throws have a nice useful message of what validation failed and why.
I just hit some validation exceptions in fmp and the error message was literally just
ConstraintViolationException
. No clue as to what validation failed where or why.It looks like there's no validation message by default. Details of the workaround in fmp here:
fabric8io/fabric8-maven-plugin#711
I've patched fmp to add a this constructor argument; it'd be nice to do this in a helper method inside kubernetes-model so all throws have a nice useful message of what validation failed and why.
e.g. so lets use a helper function to create a ConstraintViolationException object which we can then generate a nice message like this code:
fabric8io/fabric8-maven-plugin@4de0bdf#diff-00c124578b1d9f956274da34bb5c3641R448
The text was updated successfully, but these errors were encountered: