MutateError
Enum describing possible mutate errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
RESOURCE_NOT_FOUND
|
Requested resource was not found. |
ID_EXISTS_IN_MULTIPLE_MUTATES
|
Cannot mutate the same resource twice in one request. |
INCONSISTENT_FIELD_VALUES
|
The field's contents don't match another field that represents the same data. |
MUTATE_NOT_ALLOWED
|
Mutates are not allowed for the requested resource. |
RESOURCE_NOT_IN_GOOGLE_ADS
|
The resource isn't in Google Ads. It belongs to another ads system. |
RESOURCE_ALREADY_EXISTS
|
The resource being created already exists. |
RESOURCE_DOES_NOT_SUPPORT_VALIDATE_ONLY
|
This resource cannot be used with "validate_only". |
OPERATION_DOES_NOT_SUPPORT_PARTIAL_FAILURE
|
This operation cannot be used with "partial_failure". |
RESOURCE_READ_ONLY
|
Attempt to write to read-only fields. |
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-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["This enum outlines potential errors encountered during mutation operations."],["Errors can indicate issues like resource absence, data inconsistencies, or permission restrictions."],["Specific error codes help identify the nature of the mutation problem, such as 'RESOURCE_NOT_FOUND' or 'ID_EXISTS_IN_MULTIPLE_MUTATES'."],["Some errors signify limitations, like resources being read-only or unsupported operations."]]],[]]