File

src/googleError.ts

Extends

Error

Index

Properties

Properties

Optional code
Type : Status
Optional note
Type : string
import {Status} from './status';

export class GoogleError extends Error {
  code?: Status;
  note?: string;
}

result-matching ""

    No results matching ""