Module Values.AccessPointAlreadyExistsSource

Returned if the access point that you are trying to create already exists, with the creation token you provided in the request.

Sourcetype nonrec t = {
  1. errorCode : ErrorCode.t option;
  2. message : ErrorMessage.t option;
  3. accessPointId : AccessPointId.t option;
}
Sourceval make : ?errorCode:??? -> ?message:??? -> ?accessPointId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ErrorCode.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