google-ads-node
Version:
Google Ads gRPC Client Library for Node
31 lines (25 loc) • 1.15 kB
TypeScript
// package: google.ads.googleads.v2.errors
// file: google/ads/googleads/v2/errors/internal_error.proto
import * as jspb from "google-protobuf";
import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb";
export class InternalErrorEnum extends jspb.Message {
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): InternalErrorEnum.AsObject;
static toObject(includeInstance: boolean, msg: InternalErrorEnum): InternalErrorEnum.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: InternalErrorEnum, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): InternalErrorEnum;
static deserializeBinaryFromReader(message: InternalErrorEnum, reader: jspb.BinaryReader): InternalErrorEnum;
}
export namespace InternalErrorEnum {
export type AsObject = {
}
export enum InternalError {
UNSPECIFIED = 0,
UNKNOWN = 1,
INTERNAL_ERROR = 2,
ERROR_CODE_NOT_PUBLISHED = 3,
TRANSIENT_ERROR = 4,
}
}