AI-generated Key Takeaways
-
NetworkError is a type of error that can occur within the Google Ad Manager API when performing network-related operations.
-
It inherits from the base ApiError type, providing details like field path, trigger, and error message.
-
NetworkError includes a specific "reason" field, indicating the nature of the network-related issue encountered, such as unsupported currency or exceeding child network limits.
-
The reason field can have various enumerated values, providing further insight into the network problem encountered.
-
These errors are commonly associated with network settings, multi-currency support, delegation relationships, and ad exchange features within the Ad Manager platform.
An error for a network.
- 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. |
NetworkError
|
|
|
Enumerations
|