Values_0.PropertyValidationExceptionPropertySourceContains information about why a property is not valid.
type nonrec t = {propertyPath : String_.t option;The full property path.
*)reason : PropertyValidationExceptionReason.t option;Why the property is not valid.
*)message : Message.t option;A message describing why the property is not valid.
*)}