UNPKG

google-ads-api-client

Version:

A friendly and exhaustive client to the google-ads-api, code generated directly from google's published protobuf schema.

8 lines (7 loc) 211 B
export interface GrpcError extends Error { meta: { 'request-id': string; 'grpc-status-details-bin': string; }; } export declare const isGrpcError: (error: unknown) => error is GrpcError;