type InternalApiError (v202505)

  • InternalApiError is a type of ApiError.

  • It includes fields inherited from ApiError such as fieldPath and trigger, as well as its own field 'reason' which is of type InternalApiError.Reason.

  • The InternalApiError.Reason enumeration lists possible reasons for an internal API error, including unexpected errors, transient errors, and downtime.


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

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