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

Error

import type { Error } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Detailed information about an error category.

interface Error {
pointCount?: number;
status?: Status;
}

§Properties

§
pointCount?: number
[src]

The number of points that couldn't be written because of status.

§
status?: Status
[src]

The status of the requested write operation.