Values.EphemerisErrorReasonSourceDetailed error information for ephemeris validation failures. Provides an error code and descriptive message to help diagnose and resolve validation issues.
type nonrec t = {errorCode : EphemerisErrorCode.t option;The error code identifying the type of validation failure. See the Troubleshooting Invalid Ephemerides guide for error code details.
*)errorMessage : ErrorString.t option;A human-readable message describing the validation failure. Provides specific details about what failed and may include suggestions for remediation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorString.t ]) list ]