type ApiException (v202508)

  • ApiException is an exception class used to hold a list of service errors.

  • It inherits from ApplicationException and includes a list of various ApiError types.

  • The ApiException includes a message field inherited from ApplicationException for the error message.

  • The errors field within ApiException contains a list of specific error types that can occur.

Exception class for holding a list of service errors.


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

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.