Values.UpdateErrorSourceA structure containing information about one error encountered while performing an UpdatePermissions operation.
type nonrec t = {code : UpdateErrorCodeInteger.t option;The error code.
*)message : String_.t option;The message for this error.
*)causedBy : UpdateInstruction.t option;Specifies which permission update caused the error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of UpdateErrorCodeInteger.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of SsoId.t ]) list ]
list ])
list ])
list ]