File

src/googleError.ts

Extends

Error

Index

Properties

Properties

Optional code
Type : status
Optional note
Type : string
import {status} from '@grpc/grpc-js';

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

result-matching ""

    No results matching ""