FormValidationException
Exception used for handling validation errors during the submission process.
This exception is useful when the validation logic is on the API side and validation errors can be detected from the response's status code. By passing a mapping of field names to error messages in errors, you can identify the fields where errors occurred.