Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.