Values.BatchGetSchemaAnalysisRuleErrorSourceAn error that describes why a schema could not be fetched.
type nonrec t = {name : TableAlias.t option;An error name for the error.
*)type_ : AnalysisRuleType.t option;The analysis rule type.
*)code : String_.t option;An error code for the error.
*)message : String_.t option;A description of why the call failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TableAlias.t ]) list ]