Module Values.ErrorDocumentSource

The error information.

Sourcetype nonrec t = {
  1. key : ObjectKey.t;
    (*

    The object key name to use when a 4XX class error occurs. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

    *)
}
Sourceval context_ : string
Sourceval make : key:ObjectKey.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ObjectKey.t ]) 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