Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal-form
v0.4.0
Top Level Namespace
Kemal
Form
Button
CheckboxField
EmailField
Field
FormError
HiddenField
Label
NumberField
PasswordField
RadioField
SelectField
Option
SubmitButton
TextAreaField
TextField
ValidationError
FormValidator
Email
Length
NumberRange
Required
Validator
Built with Crystal 1.9.2
2023-10-08 15:17:42 UTC
class
Kemal::Form::ValidationError
Kemal::Form::ValidationError
Kemal::Form::FormError
Exception
Reference
Object
Overview
Error raised on a validation error.
Defined in:
kemal-form/errors.cr
Constructors
.new
(message, cause =
nil
)
Constructor Detail
def self.
new
(message, cause =
nil
)
#
[
View source
]