Values.PartialFailureSourceThis array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.
type nonrec t = {failureResource : FailureResource.t option;The specified rule that could not be deleted.
*)exceptionType : ExceptionType.t option;The type of error.
*)failureCode : FailureCode.t option;The code of the error.
*)failureDescription : FailureDescription.t option;A description of the error.
*)}