Values.GetContactReachabilityStatusResponseSourceFor operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded. If you want us to resend the email, use the ResendContactReachabilityEmail operation.
type nonrec t = {domainName : DomainName.t option;The domain name for which you requested the reachability status.
*)status : ReachabilityStatus.t option;Whether the registrant contact has responded. Values include the following: PENDING We sent the confirmation email and haven't received a response yet. DONE We sent the email and got confirmation from the registrant contact. EXPIRED The time limit expired before the registrant contact responded.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]