Values.ValidationErrorSourceRepresents a detailed validation error with message, reason, and field mapping for comprehensive error reporting.
type nonrec t = {message : String_.t option;The error message describing the validation issue.
*)reason : String_.t option;The reason code or category for the validation error.
*)fieldMap : FieldMap.t option;A mapping of field names to specific validation issues within the configuration.
*)}