Values.DeleteUniqueIdErrorSourceThe error information provided when the delete unique ID operation doesn't complete.
type nonrec t = {uniqueId : HeaderSafeUniqueId.t option;The unique ID that couldn't be deleted.
*)errorType : DeleteUniqueIdErrorType.t option;The error type for the delete unique ID operation. The SERVICE_ERROR value indicates that an internal service-side problem occurred during the deletion operation. The VALIDATION_ERROR value indicates that the deletion operation couldn't complete because of invalid input parameters or data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of HeaderSafeUniqueId.t ]) list ]