Values.GremlinQueryStatusAttributesSourceContains status components of a Gremlin query.
type nonrec t = {message : String_.t option;The status message.
*)code : Integer.t option;The HTTP response code returned fro the Gremlin query request..
*)attributes : Document.t option;Attributes of the Gremlin query status.
*)}