ErrorInfo
import type { ErrorInfo } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Error counts for each type of error.
interface ErrorInfo {
errorCounts?: ErrorCount[];
}§Properties
§
errorCounts?: ErrorCount[]
[src]A list of errors and counts per error reason. May not be populated in all cases.