konform-kt / konform

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

Sets the dataPath for the parent #76

Open shihuili1218 opened 10 months ago

shihuili1218 commented 10 months ago
data class Baby(
    val age: Int
)

The current error message is '. age must be less than 5 '. I add Baby before .age. e.g: 'Baby. age must be less than 5'

shihuili1218 commented 10 months ago

@nlochschmidt @sksamuel @jillesvangurp @wtomi

Could you please give me some guidance?