Values.DisableDomainTransferLockResponseSourceThe DisableDomainTransferLock response includes the following element.
type nonrec t = {operationId : OperationId.t option;Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
*)}type nonrec error = [ | `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `OperationLimitExceeded of OperationLimitExceeded.t| `TLDRulesViolation of TLDRulesViolation.t| `UnsupportedTLD of UnsupportedTLD.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDRulesViolation of TLDRulesViolation.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `OperationLimitExceeded of OperationLimitExceeded.t
| `TLDRulesViolation of TLDRulesViolation.t
| `Unknown_operation_error of string * string option
| `UnsupportedTLD of UnsupportedTLD.t ]