# E24xxx — Competitive Insights

Error codes in the `E24xxx` 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                                                        |
| ----------------------------------- | ----------------------------------- | ------ | -------------------------------------------------------------- |
| [`E24000`](/docs/api/errors/E24000) | `CompetitiveBrandNotFound`          | `404`  | No brand with this identifier exists in the competitive panel. |
| [`E24001`](/docs/api/errors/E24001) | `CompetitiveBrandAlreadyWatched`    | `409`  | This brand is already on the workspace's watchlist.            |
| [`E24002`](/docs/api/errors/E24002) | `CompetitiveInsightsUnavailable`    | `503`  | Competitive Insights is not available right now.               |
| [`E24003`](/docs/api/errors/E24003) | `CompetitiveWatchlistBrandNotFound` | `404`  | No brand with this identifier is on the workspace's watchlist. |
| [`E24004`](/docs/api/errors/E24004) | `CompetitiveCampaignNotFound`       | `404`  | This brand sent no campaign with this identifier.              |
| [`E24005`](/docs/api/errors/E24005) | `CompetitivePanelUnavailable`       | `503`  | The competitive email panel could not be reached.              |

## Related

- [Errors](/docs/api/errors): the full wire contract, status mapping, and all code ranges
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
