Stay organized with collections
Save and categorize content based on your preferences.
--- v18/errors/authentication_error.proto 2024-10-16 17:56:30.000000000 +0000+++ v19/errors/authentication_error.proto 2025-04-16 17:10:13.000000000 +0000@@ -1,112 +1,115 @@-// Copyright 2024 Google LLC+// Copyright 2025 Google LLC//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
syntax = "proto3";
-package google.ads.googleads.v18.errors;+package google.ads.googleads.v19.errors;-option csharp_namespace = "Google.Ads.GoogleAds.V18.Errors";-option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v18/errors;errors";+option csharp_namespace = "Google.Ads.GoogleAds.V19.Errors";+option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v19/errors;errors";option java_multiple_files = true;
option java_outer_classname = "AuthenticationErrorProto";
-option java_package = "com.google.ads.googleads.v18.errors";+option java_package = "com.google.ads.googleads.v19.errors";option objc_class_prefix = "GAA";
-option php_namespace = "Google\\Ads\\GoogleAds\\V18\\Errors";-option ruby_package = "Google::Ads::GoogleAds::V18::Errors";+option php_namespace = "Google\\Ads\\GoogleAds\\V19\\Errors";+option ruby_package = "Google::Ads::GoogleAds::V19::Errors";// Proto file describing authentication errors.
// Container for enum describing possible authentication errors.
message AuthenticationErrorEnum {
// Enum describing possible authentication errors.
enum AuthenticationError {
// Enum unspecified.
UNSPECIFIED = 0;
// The received error code is not known in this version.
UNKNOWN = 1;
// Authentication of the request failed.
AUTHENTICATION_ERROR = 2;
// Client customer ID is not a number.
CLIENT_CUSTOMER_ID_INVALID = 5;
// No customer found for the provided customer ID.
CUSTOMER_NOT_FOUND = 8;
// Client's Google account is deleted.
GOOGLE_ACCOUNT_DELETED = 9;
// Google account login token in the cookie is invalid.
GOOGLE_ACCOUNT_COOKIE_INVALID = 10;
// A problem occurred during Google account authentication.
GOOGLE_ACCOUNT_AUTHENTICATION_FAILED = 25;
// The user in the Google account login token does not match the user ID in
// the cookie.
GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH = 12;
// Login cookie is required for authentication.
LOGIN_COOKIE_REQUIRED = 13;
// The Google account that generated the OAuth access
// token is not associated with a Google Ads account. Create a new
// account, or add the Google account to an existing Google Ads account.
NOT_ADS_USER = 14;
// OAuth token in the header is not valid.
OAUTH_TOKEN_INVALID = 15;
// OAuth token in the header has expired.
OAUTH_TOKEN_EXPIRED = 16;
// OAuth token in the header has been disabled.
OAUTH_TOKEN_DISABLED = 17;
// OAuth token in the header has been revoked.
OAUTH_TOKEN_REVOKED = 18;
// OAuth token HTTP header is malformed.
OAUTH_TOKEN_HEADER_INVALID = 19;
// Login cookie is not valid.
LOGIN_COOKIE_INVALID = 20;
// User ID in the header is not a valid ID.
USER_ID_INVALID = 22;
// An account administrator changed this account's authentication settings.
// To access this Google Ads account, enable 2-Step Verification in your
// Google account at https://www.google.com/landing/2step.
TWO_STEP_VERIFICATION_NOT_ENROLLED = 23;
// An account administrator changed this account's authentication settings.
// To access this Google Ads account, enable Advanced Protection in your
// Google account at https://landing.google.com/advancedprotection.
ADVANCED_PROTECTION_NOT_ENROLLED = 24;
// The Cloud organization associated with the project is not recognized.
ORGANIZATION_NOT_RECOGNIZED = 26;
// The Cloud organization associated with the project is not approved for
// prod access.
ORGANIZATION_NOT_APPROVED = 27;
// The Cloud organization associated with the project is not associated with
// the developer token.
ORGANIZATION_NOT_ASSOCIATED_WITH_DEVELOPER_TOKEN = 28;
++ // The developer token is not valid.+ DEVELOPER_TOKEN_INVALID = 29; }
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# /errors/authentication_error.proto\n\n```diff\n--- v18/errors/authentication_error.proto 2024-10-16 17:56:30.000000000 +0000\n+++ v19/errors/authentication_error.proto 2025-04-16 17:10:13.000000000 +0000\n@@ -1,112 +1,115 @@\n-// Copyright 2024 Google LLC\n+// Copyright 2025 Google LLC\n //\n // Licensed under the Apache License, Version 2.0 (the \"License\");\n // you may not use this file except in compliance with the License.\n // You may obtain a copy of the License at\n //\n // http://www.apache.org/licenses/LICENSE-2.0\n //\n // Unless required by applicable law or agreed to in writing, software\n // distributed under the License is distributed on an \"AS IS\" BASIS,\n // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n // See the License for the specific language governing permissions and\n // limitations under the License.\n\n syntax = \"proto3\";\n\n-package google.ads.googleads.v18.errors;\n+package google.ads.googleads.v19.errors;\n\n-option csharp_namespace = \"Google.Ads.GoogleAds.V18.Errors\";\n-option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v18/errors;errors\";\n+option csharp_namespace = \"Google.Ads.GoogleAds.V19.Errors\";\n+option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v19/errors;errors\";\n option java_multiple_files = true;\n option java_outer_classname = \"AuthenticationErrorProto\";\n-option java_package = \"com.google.ads.googleads.v18.errors\";\n+option java_package = \"com.google.ads.googleads.v19.errors\";\n option objc_class_prefix = \"GAA\";\n-option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V18\\\\Errors\";\n-option ruby_package = \"Google::Ads::GoogleAds::V18::Errors\";\n+option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V19\\\\Errors\";\n+option ruby_package = \"Google::Ads::GoogleAds::V19::Errors\";\n\n // Proto file describing authentication errors.\n\n // Container for enum describing possible authentication errors.\n message AuthenticationErrorEnum {\n // Enum describing possible authentication errors.\n enum AuthenticationError {\n // Enum unspecified.\n UNSPECIFIED = 0;\n\n // The received error code is not known in this version.\n UNKNOWN = 1;\n\n // Authentication of the request failed.\n AUTHENTICATION_ERROR = 2;\n\n // Client customer ID is not a number.\n CLIENT_CUSTOMER_ID_INVALID = 5;\n\n // No customer found for the provided customer ID.\n CUSTOMER_NOT_FOUND = 8;\n\n // Client's Google account is deleted.\n GOOGLE_ACCOUNT_DELETED = 9;\n\n // Google account login token in the cookie is invalid.\n GOOGLE_ACCOUNT_COOKIE_INVALID = 10;\n\n // A problem occurred during Google account authentication.\n GOOGLE_ACCOUNT_AUTHENTICATION_FAILED = 25;\n\n // The user in the Google account login token does not match the user ID in\n // the cookie.\n GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH = 12;\n\n // Login cookie is required for authentication.\n LOGIN_COOKIE_REQUIRED = 13;\n\n // The Google account that generated the OAuth access\n // token is not associated with a Google Ads account. Create a new\n // account, or add the Google account to an existing Google Ads account.\n NOT_ADS_USER = 14;\n\n // OAuth token in the header is not valid.\n OAUTH_TOKEN_INVALID = 15;\n\n // OAuth token in the header has expired.\n OAUTH_TOKEN_EXPIRED = 16;\n\n // OAuth token in the header has been disabled.\n OAUTH_TOKEN_DISABLED = 17;\n\n // OAuth token in the header has been revoked.\n OAUTH_TOKEN_REVOKED = 18;\n\n // OAuth token HTTP header is malformed.\n OAUTH_TOKEN_HEADER_INVALID = 19;\n\n // Login cookie is not valid.\n LOGIN_COOKIE_INVALID = 20;\n\n // User ID in the header is not a valid ID.\n USER_ID_INVALID = 22;\n\n // An account administrator changed this account's authentication settings.\n // To access this Google Ads account, enable 2-Step Verification in your\n // Google account at https://www.google.com/landing/2step.\n TWO_STEP_VERIFICATION_NOT_ENROLLED = 23;\n\n // An account administrator changed this account's authentication settings.\n // To access this Google Ads account, enable Advanced Protection in your\n // Google account at https://landing.google.com/advancedprotection.\n ADVANCED_PROTECTION_NOT_ENROLLED = 24;\n\n // The Cloud organization associated with the project is not recognized.\n ORGANIZATION_NOT_RECOGNIZED = 26;\n\n // The Cloud organization associated with the project is not approved for\n // prod access.\n ORGANIZATION_NOT_APPROVED = 27;\n\n // The Cloud organization associated with the project is not associated with\n // the developer token.\n ORGANIZATION_NOT_ASSOCIATED_WITH_DEVELOPER_TOKEN = 28;\n+\n+ // The developer token is not valid.\n+ DEVELOPER_TOKEN_INVALID = 29;\n }\n }\n```"]]