Module Values.OperationFailureDetailsSource

Provides a description of the operation failure.

Sourcetype nonrec t = {
  1. rollbackOperationId : OperationId.t option;
    (*

    The rollback operation ID of the system-rollback operation that executed due to failure in the current operation.

    *)
  2. errorInfo : ErrorInfo.t option;
}
Sourceval make : ?rollbackOperationId:??? -> ?errorInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationId.t | `Structure of (string * [> `String of ErrorString.t ]) 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