Documentation
Sign inGet started

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.
CodeNameStatusMessage
E03000InsufficientBalance402Insufficient wallet balance.
E03001ProductNotFound404The requested product was not found.
E03002ProductDeprecated402This product is deprecated and cannot be used for new subscriptions.
E03003RateCardNotFound404The requested rate card was not found.
E03004RateCardVersionNotFound404The requested rate card version was not found.
E03005SubscriptionNotFound404The requested subscription was not found.
E03006ActiveSubscriptionExists409Organization already has an active subscription for this product.
E03007PriceNotFound404No price found for the given dimensions.
E03015SubscriptionNotActive409The subscription is not active.
E03020ProductWrongPricingModel402The product does not support unit subscriptions.
E03029AutoTopupAlreadyInProgress409An auto top-up is already in progress for this wallet.
  • Errors: the full wire contract, status mapping, and all code ranges
  • Error handling: branching on type and code, validation details, and vendor_code