--- 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; } }
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-14 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-10-14 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."]]],[]]