Stay organized with collections
Save and categorize content based on your preferences.
--- v15/errors/authorization_error.proto 2024-02-20 20:29:00.000000000 +0000+++ v16/errors/authorization_error.proto 2024-02-20 20:29:02.000000000 +0000@@ -91,5 +91,9 @@ // The Google Cloud project is not under the required organization.
CLOUD_PROJECT_NOT_UNDER_ORGANIZATION = 27;
++ // The user does not have permission to perform this action on the resource+ // or method because the Google Ads account is suspended.+ ACTION_NOT_PERMITTED_FOR_SUSPENDED_ACCOUNT = 28; }
}
[[["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 2024-02-20 UTC."],[[["This change introduces a new authorization error, `ACTION_NOT_PERMITTED_FOR_SUSPENDED_ACCOUNT`, to indicate that a Google Ads account is suspended."],["The error with code `28` is returned when a user attempts an action on a resource or method but lacks permission due to the account's suspension."],["This update affects the `authorization_error.proto` file within the errors package, specifically transitioning from version 15 to 16."]]],[]]