Values.ErrorDetailSourceContains detailed error information explaining why an operation failed, including which field caused the error and the reason for the failure.
type nonrec t = {field : GenericString.t option;The name of the field that contains an error or warning.
*)reason : GenericString.t option;A detailed description of the error or warning.
*)}