Module Values.DecoderManifestValidationExceptionSource

The request couldn't be completed because it contains signal decoders with one or more validation errors.

Sourcetype nonrec t = {
  1. invalidSignals : InvalidSignalDecoders.t option;
    (*

    The request couldn't be completed because of invalid signals in the request.

    *)
  2. invalidNetworkInterfaces : InvalidNetworkInterfaces.t option;
    (*

    The request couldn't be completed because of invalid network interfaces in the request.

    *)
  3. message : string option;
}
Sourceval make : ?invalidSignals:??? -> ?invalidNetworkInterfaces:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FullyQualifiedName.t ]) list ] list | `String of string ]) 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