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

AccountCountError

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

An error that occurred when querying a specific account

interface AccountCountError {
account?: UserInfo;
errorType?:
| "ERROR_TYPE_UNSPECIFIED"
| "WILDCARD_TOO_BROAD"
| "TOO_MANY_TERMS"
| "LOCATION_UNAVAILABLE"
| "UNKNOWN"
| "DEADLINE_EXCEEDED";
}

§Properties

§
account?: UserInfo
[src]

Account owner.

§
errorType?: "ERROR_TYPE_UNSPECIFIED" | "WILDCARD_TOO_BROAD" | "TOO_MANY_TERMS" | "LOCATION_UNAVAILABLE" | "UNKNOWN" | "DEADLINE_EXCEEDED"
[src]

Account query error.