Values.ErrorCauseSourceThe error information for CreateFHIRDatastore and DeleteFHIRDatastore actions.
type nonrec t = {errorMessage : ErrorMessage.t option;The error message text for ErrorCause.
*)errorCategory : ErrorCategory.t option;The error category for ErrorCause.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]