OperationAccessDeniedError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible operation access denied errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
ACTION_NOT_PERMITTED
|
Unauthorized invocation of a service's method (get, mutate, etc.) |
CREATE_OPERATION_NOT_PERMITTED
|
Unauthorized CREATE operation in invoking a service's mutate method. |
REMOVE_OPERATION_NOT_PERMITTED
|
Unauthorized REMOVE operation in invoking a service's mutate method. |
UPDATE_OPERATION_NOT_PERMITTED
|
Unauthorized UPDATE operation in invoking a service's mutate method. |
MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT
|
A mutate action is not allowed on this resource, from this client. |
OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE
|
This operation is not permitted on this campaign type |
CREATE_AS_REMOVED_NOT_PERMITTED
|
A CREATE operation may not set status to REMOVED. |
OPERATION_NOT_PERMITTED_FOR_REMOVED_RESOURCE
|
This operation is not allowed because the resource is removed. |
OPERATION_NOT_PERMITTED_FOR_AD_GROUP_TYPE
|
This operation is not permitted on this ad group type. |
MUTATE_NOT_PERMITTED_FOR_CUSTOMER
|
The mutate is not allowed for this customer. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["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-10-12 UTC."],[[["This enum describes specific reasons why an operation might be denied, such as unauthorized actions or restrictions based on resource type or status."],["It includes general errors like `UNSPECIFIED` and `UNKNOWN`, as well as specific denials for create, remove, and update operations."],["Errors can indicate issues with permissions, campaign or ad group types, resource status (removed), or client/customer restrictions."]]],[]]