Documentation
Sign inGet started

E06xxx — Webhooks

Error codes in the E06xxx 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
E06005WebhookTooManySecrets422Endpoint has reached the maximum number of active signing secrets.
E06006WebhookNoUsableSecret412Endpoint has no non-expired signing secret available.
E06007WebhookEventTypeUnknown422One or more event types are not in the catalog.
E06008WebhookTooManyEventTypes422Endpoint exceeds the maximum number of subscribed event types.
E06010WebhookReplayQuotaExceeded429Webhook replay quota exceeded for this workspace.
E06011WebhookNoSubscribedEventTypes412Endpoint has no subscribed event types to test.
  • Errors: the full wire contract, status mapping, and all code ranges
  • Error handling: branching on type and code, validation details, and vendor_code