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

ConnectionError

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

Information around the error that occurred if the connection state is anything other than available or unspecified

interface ConnectionError {
errorDomain?: string;
errorMessage?: string;
}

§Properties

§
errorDomain?: string
[src]

The error domain for the error

§
errorMessage?: string
[src]

The error message for the error