deislabs / cnab-netstandard

.NET Standard 2.0 Client Library for CNAB
https://cnab.io
MIT License
11 stars 5 forks source link

Add diagnostic information for validating parameters #15

Closed radu-matei closed 5 years ago

radu-matei commented 5 years ago

According to #11, parameter validation returns a plain boolean, which is extremely unhelpful.

We want some diagnostic information returned together with the validation, an error message on why the validation failed.

radu-matei commented 5 years ago

Implemented in #11.