Values.ErrorStatisticsSourceInformation about requests that failed with a 4xx Client Error status code.
type nonrec t = {throttleCount : NullableLong.t option;The number of requests that failed with a 429 throttling status code.
*)otherCount : NullableLong.t option;The number of requests that failed with untracked 4xx Client Error status codes.
*)totalCount : NullableLong.t option;The total number of requests that failed with a 4xx Client Error status code.
*)}