Values.FailedConfigurationSourceA configuration ID paired with an error message.
type nonrec t = {configurationId : ConfigurationId.t option;The unique identifier of the configuration the failed to delete.
*)errorStatusCode : ErrorStatusCode.t option;The integer error code associated with the error message.
*)errorMessage : ErrorMessage.t option;A descriptive message indicating why the associated configuration failed to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ErrorStatusCode.t | `String of ConfigurationId.t ])
list ]