package_limit
403 Forbidden The account's package does not allow this operation.
When you get it
The account's package does not allow this operation. It is always answered with HTTP 403 - one code means one status, so a client may key its handling on either.
Fields it carries
Inside each errors[] entry, beside pointer:
feature- The package feature the account's plan gates.
used- How much of the allowance is already consumed.
allowed- The complete set of values this field accepts. Send one of these.
A field is omitted when the server genuinely does not know it - an absent member is never the same as an empty one.
How to fix it
The request was understood and refused. Retrying it unchanged will fail identically - change the token, the rights, or the plan named in the fields above.
Shape
{
"type": "https://api2.host-tracker.com/problems/package-limit",
"title": "The account's package does not allow this operation.",
"status": 403,
"code": "package_limit",
"errors": [
{ "feature": …, "used": …, "allowed": … }
]
}