Quota exceeded error
About
Contains a quota exceeded error message and data. This error occurs when trying to create more objects of a specific type than allowed. See more User quota
Fields
Name | Type | Required | Description |
---|---|---|---|
id | integer | Yes | Error id |
error | string | Yes | Error name |
message | string | Yes | Error description |
limit | number | Yes | Maximum value of objects for one user |
resource | string | Yes | Name of the resource, the amount of which is exceeded |
Example
{
"id": 1,
"error": "QuotaExceededError",
"message": "Unable to create a new provisioning profile because the limit of 100 provisioning profiles per user has been reached. Please contact support in order to extend your quota.",
"limit": 100,
"resource": "provisioningProfile"
}