Documentation
Sign inGet started

E05xxx — Domains & DNS

Error codes in the E05xxx 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
E05000DomainAlreadyExists409A sending domain with this name is already registered in this workspace.
E05001DomainNotFound404Sending domain not found.
E05003SparkPostError500Something went wrong on our side while sending this message.
E05004ReturnPathDomainInvalid422The return-path domain must be a subdomain of the sending domain.
E05005TrackingDomainInvalid422The tracking domain must be a subdomain of the sending domain.
E05006TrackingDomainRequired409Click and open tracking needs a tracking domain, and this sending domain does not have one.
E05007TrackingRemovalBlocked409This tracking domain cannot be removed while click and open tracking is still using it.
E05008DKIMModeUnavailable422This endpoint does not support delegated DKIM. Use mode "txt" instead.
E05011DomainHostnameReserved409This hostname is already in use as a return-path or tracking domain. Remove that configuration first, or choose a different domain.
E05012SendingDomainInvalid422The domain name is not valid: it must be a registrable domain (not a public suffix or single-label name), and must not have a trailing dot.
E05013DomainShareNoRecipients422Provide at least one recipient email address.
E05014DomainShareTooManyRecipients422You can send DNS records to at most 3 recipients at a time.
E05015DomainShareInvalidEmail422One or more recipient email addresses are invalid.
E05016TrackingDomainInUse422This link tracking domain is already in use by another organization. Choose a different tracking subdomain.
E05017TrackingDomainNotConfigured422This domain has no link tracking configured.
E05018InboundDomainAlreadyClaimed422Another organization is already receiving mail on this domain.
E05019InboundDKIMNotVerified422This domain's DKIM is not verified yet.
E05020InboundNotConfigured501Receiving email is not turned on for your account.
E05021InboundMessageNotFound404We have no received message with that ID.
  • Errors: the full wire contract, status mapping, and all code ranges
  • Error handling: branching on type and code, validation details, and vendor_code