Values.BatchGetSchemaErrorSourceAn error describing why a schema could not be fetched.
type nonrec t = {name : TableAlias.t option;An error name for the error.
*)code : String_.t option;An error code for the error.
*)message : String_.t option;An error message for the error.
*)}