InternalError
Enum describing possible internal errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INTERNAL_ERROR
|
Google Ads API encountered unexpected internal error. |
ERROR_CODE_NOT_PUBLISHED
|
The intended error code doesn't exist in specified API version. It will be released in a future API version. |
TRANSIENT_ERROR
|
Google Ads API encountered an unexpected transient error. The user should retry their request in these cases. |
DEADLINE_EXCEEDED
|
The request took longer than a deadline. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum describes potential internal errors that may occur within the Google Ads API."],["Errors can range from unspecified and unknown issues to more specific scenarios like internal, unpublished, transient errors, or deadline exceedances."],["Each enum value provides insight into the nature of the error, helping users understand and potentially address the issue."]]],[]]