attach To
fun <T> ValidationResult<T>.attachTo(mutable: ValidationResult.ErrorEntry.Mutable): ValidationResult<T>
Reports errors in this validation to an error consumer.
Return
this validation
Author
fzzyhmstrs
Since
0.7.0
Parameters
mutable
ErrorEntry.Mutable mutable error to attach any applicable error to