type InternalApiError (v202508)

  • InternalApiError is a type of ApiError that is inherited from the base ApiError class.

  • InternalApiError includes fields like fieldPath, fieldPathElements, trigger, and errorString from its parent class, and adds its own field called reason.

  • The reason field in InternalApiError is an enumeration with possible values indicating the nature of the internal API error, such as UNEXPECTED_INTERNAL_API_ERROR or TRANSIENT_ERROR.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

InternalApiError

reason

InternalApiError.Reason


Enumerations
UNEXPECTED_INTERNAL_API_ERROR
TRANSIENT_ERROR
UNKNOWN
DOWNTIME
ERROR_GENERATING_RESPONSE