Module Values.ErrorRootCauseSource

The root cause of a trace summary error.

Sourcetype nonrec t = {
  1. services : ErrorRootCauseServices.t option;
    (*

    A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.

    *)
  2. clientImpacting : NullableBoolean.t option;
    (*

    A flag that denotes that the root cause impacts the trace client.

    *)
}
Sourceval make : ?services:??? -> ?clientImpacting:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of NullableBoolean.t | `List of [> `Structure of (string * [> `Boolean of NullableBoolean.t | `List of [> `String of String_.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t