InternalError

  • The document describes an Enum for internal errors in the Google Ads API.

  • The enum lists various error types including unspecified, unknown, internal error, unpublished error codes, transient errors, and deadline exceeded.

  • Transient errors are errors where the user should retry their request.

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.