nimble_options icon indicating copy to clipboard operation
nimble_options copied to clipboard

Add what validation failed to `NimbleOptions.ValidationError`

Open anthonator opened this issue 6 months ago • 13 comments

I'd like to be able to perform some additional processing when validation fails for specific reasons. This is difficult to do considering there's no way to know what caused the validation error beyond the error message.

I could see a :validation field on NimbleOptions.ValidationError that would have a value of :required, {:type, :string}, etc.

anthonator avatar Aug 14 '24 15:08 anthonator