googleError.d.ts 124 Bytes Raw Blame History Permalink 1 2 3 4 5 import { Status } from './status'; export declare class GoogleError extends Error { code?: Status; note?: string; }