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.

12 lines 361 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isGrpcError = void 0; const isGrpcError = (error) => { if (!(error instanceof Error)) return false; if (!error.meta?.['grpc-status-details-bin']) return false; return true; }; exports.isGrpcError = isGrpcError; //# sourceMappingURL=GrpcError.js.map