type ApiException (v202505)

  • ApiException is an exception class that holds a list of service errors.

  • It inherits from ApplicationException and includes fields for a message and a list of various API errors.

  • The list of possible errors within an ApiException is extensive, covering issues such as authentication, permissions, internal server errors, and more.

Exception class for holding a list of service errors.


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

Field

ApplicationException (inherited)

message

xsd:string

Error message.

ApiException

errors

  1. ApiError[]
    1. ApiVersionError
    2. AuthenticationError
    3. CollectionSizeError
    4. CommonError
    5. EntityLimitReachedError
    6. FeatureError
    7. InternalApiError
    8. InventoryUnitSizesError
    9. LabelEntityAssociationError
    10. NotNullError
    11. ParseError
    12. PermissionError
    13. PublisherQueryLanguageConte...
    14. PublisherQueryLanguageSynta...
    15. QuotaError
    16. RequiredCollectionError
    17. RequiredError
    18. ServerError
    19. StatementError
    20. StringFormatError
    21. StringLengthError
    22. TypeError
    23. UniqueError

List of errors.