type ApiException (v202411)

  • The UserTeamAssociationService allows you to manage the associations between users and teams within Google Ad Manager.

  • This service provides methods to create, update, retrieve, and perform actions on user-team associations.

  • ApiException is used for holding a list of service errors that may occur during these operations.

  • It inherits from ApplicationException and provides detailed error information through its errors field, including various types of errors like AuthenticationError, PermissionError, and TeamError.

  • The namespace for this service is https://www.google.com/apis/ads/publisher/v202411.

Exception class for holding a list of service errors.


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

Field

ApplicationException (inherited)

message

xsd:string

Error message.

ApiException

errors

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

List of errors.