ResourceCountDetails
Error details returned when an resource count limit was exceeded.
Fields |
enclosing_id
|
string
The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.
|
enclosing_resource
|
string
The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
|
limit
|
int32
The limit which was exceeded.
|
limit_type
|
ResourceLimitType
The resource limit type which was exceeded.
|
existing_count
|
int32
The count of existing entities.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This error signifies exceeding a resource count limit, providing details like the ID and type of the resource, the exceeded limit, and the existing count of entities."],["It includes specific fields such as `enclosing_id`, `enclosing_resource`, `limit`, `limit_type`, and `existing_count` to pinpoint the cause of the error."],["The `limit_type` field utilizes the `ResourceLimitTypeEnum.ResourceLimitType` to specify the type of resource limit exceeded."]]],[]]