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

ImportError

import type { ImportError } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

A resource that reports the errors encountered while processing an import job.

interface ImportError {
errorDetails?: string;
severity?:
| "SEVERITY_UNSPECIFIED"
| "ERROR"
| "WARNING"
| "INFO";
}

§Properties

§
errorDetails?: string
[src]

The error information.

§
severity?: "SEVERITY_UNSPECIFIED" | "ERROR" | "WARNING" | "INFO"
[src]

The severity of the error.