Module Values.VersionDeleteErrorSource

The error preventing deletion of the annotation store version.

Sourcetype nonrec t = {
  1. versionName : VersionName.t option;
    (*

    The name given to an annotation store version.

    *)
  2. message : String_.t option;
    (*

    The message explaining the error in annotation store deletion.

    *)
}
Sourceval make : ?versionName:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VersionName.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