Skip to main content

validate

Function validate 

Source
pub fn validate(form: &Form) -> Result<FormSubmit, String>
Expand description

Validate the form’s buffers and produce a dispatchable submit payload.

Returns Err with a human-readable message on any validation failure.