AI-generated Key Takeaways
-
The
AuthenticationError
object in Google Ad Manager's API signifies an issue encountered during the authentication process. -
This error typically arises due to invalid credentials, missing authentication headers, or network-related problems.
-
AuthenticationError
provides detailed information about the reason for the authentication failure through itsreason
field, which helps developers diagnose and resolve the issue. -
This error is part of the MobileApplicationService and inherits from the broader ApiError class, sharing common fields like
fieldPath
,trigger
, anderrorString
. -
The
reason
field offers a wide range of specific error codes, such asINVALID_EMAIL
,AUTHENTICATION_FAILED
, andNETWORK_NOT_FOUND
, allowing for precise identification of the authentication problem.
An error for an exception that occurred when authenticating.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
AuthenticationError
|
|
|
Enumerations
|