Values.ErrorDetailsSourceAdditional information if the package is in an error state. Null otherwise.
type nonrec t = {errorType : ErrorType.t option;The type of error that occurred.
*)errorMessage : ErrorMessage.t option;A message describing the error.
*)}