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

CheckStatusResponse

import type { CheckStatusResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";

The status of the connector.

interface CheckStatusResponse {
description?: string;
state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "ERROR"
| "AUTH_ERROR";
}

§Properties

§
description?: string
[src]

When the connector is not in ACTIVE state, the description must be populated to specify the reason why it's not in ACTIVE state.

§
state?: "STATE_UNSPECIFIED" | "ACTIVE" | "ERROR" | "AUTH_ERROR"
[src]

State of the connector.