konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
636 stars 39 forks source link

Deprecate ValidationErrors #95

Closed dhoepelman closed 3 months ago

dhoepelman commented 3 months ago

It doesn't add anything over List<ValidationError>

Also deprecate getting errors from a Valid result. Keeping indexing the undifferentiated error around for now, in case people already use it with things like if(result.errors.isNotEmpty()).