widgets/src/form/validation/form_validation_response library

Classes

FormValidationError
Represents a validation failure response.
FormValidationResponse
Represents the response of a form validation process. This class is used to encapsulate the result of a validation check, indicating whether the form is valid or not, along with an optional message.
FormValidationSuccess
Represents a successful validation response