E03xxx — Billing & plans
Error codes in the E03xxx range that the public Bird API returns. Each code links to its own page (the page its doc_url points at) with the cause and what to do. Retired codes stay listed; they are never renamed or reused.
| Code | Name | Status | Message |
|---|---|---|---|
| E03000 | InsufficientBalance | 402 | Insufficient wallet balance. |
| E03001 | ProductNotFound | 404 | The requested product was not found. |
| E03002 | ProductDeprecated | 402 | This product is deprecated and cannot be used for new subscriptions. |
| E03003 | RateCardNotFound | 404 | The requested rate card was not found. |
| E03004 | RateCardVersionNotFound | 404 | The requested rate card version was not found. |
| E03005 | SubscriptionNotFound | 404 | The requested subscription was not found. |
| E03006 | ActiveSubscriptionExists | 409 | Organization already has an active subscription for this product. |
| E03007 | PriceNotFound | 404 | No price found for the given dimensions. |
| E03015 | SubscriptionNotActive | 409 | The subscription is not active. |
| E03020 | ProductWrongPricingModel | 402 | The product does not support unit subscriptions. |
| E03029 | AutoTopupAlreadyInProgress | 409 | An auto top-up is already in progress for this wallet. |
Related
- Errors: the full wire contract, status mapping, and all code ranges
- Error handling: branching on type and code, validation details, and vendor_code