Values.DeleteReusableDelegationSetResponseSourceAn empty element.
type nonrec error = [ | `DelegationSetInUse of DelegationSetInUse.t| `DelegationSetNotReusable of DelegationSetNotReusable.t| `InvalidInput of InvalidInput.t| `NoSuchDelegationSet of NoSuchDelegationSet.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DelegationSetInUse of DelegationSetInUse.t
| `DelegationSetNotReusable of DelegationSetNotReusable.t
| `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DelegationSetInUse of DelegationSetInUse.t
| `DelegationSetNotReusable of DelegationSetNotReusable.t
| `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `Unknown_operation_error of string * string option ]