type

ValidateErr

@Js
const class ValidateErr : Err

ValidateErr when a validation fails. The msg should be localized for display to users.

constructors

Slot Details

make

new make(Str msg, Err? cause := null)