Values.ValidationExceptionFieldSourceRepresents a field-specific validation error with detailed information.
type nonrec t = {name : String_.t option;The name of the field that failed validation.
*)message : String_.t option;A detailed message explaining why the field validation failed.
*)code : ValidationExceptionErrorCode.t option;An error code explaining why the field validation failed.
*)}