Missing docstring for ValidationAbstractType
. Check Documenter's build log for details.
Missing docstring for ValidationResult
. Check Documenter's build log for details.
Missing docstring for ValidationError
. Check Documenter's build log for details.
Missing docstring for ValidationRule
. Check Documenter's build log for details.
SearchLight.Validation.ModelValidator
— TypeThe object that defines the rules and stores the validation errors associated with the fields of a model
.
Missing docstring for validator
. Check Documenter's build log for details.
SearchLight.Validation.validate
— Functionvalidate(m::T)::Bool where {T<:AbstractModel}
Validates m
's data. A bool
is return and existing errors are pushed to the validator's error stack.
Missing docstring for haserrors
. Check Documenter's build log for details.
Missing docstring for haserrorsfor
. Check Documenter's build log for details.
Missing docstring for errorsfor
. Check Documenter's build log for details.
Missing docstring for errorsmessagesfor
. Check Documenter's build log for details.
Missing docstring for errors_to_string
. Check Documenter's build log for details.