src/googleError.ts
Error
Properties |
| Optional code |
Type : status
|
|
Defined in src/googleError.ts:35
|
| Optional note |
Type : string
|
|
Defined in src/googleError.ts:36
|
import {status} from '@grpc/grpc-js';
export class GoogleError extends Error {
code?: status;
note?: string;
}