Skip to content
HomePagesHomePages template kit

SubmitLeadFailure

Why {@link submitLead} did not succeed: no email was given, an identical submission is already in flight, the serialized body exceeds the ingest size limit, the site's credentials were rejected (401), the request was otherwise rejected, or every attempt failed on the network / a 5xx.

Why {@link submitLead} did not succeed: no email was given, an identical submission is already in flight, the serialized body exceeds the ingest size limit, the site’s credentials were rejected (401), the request was otherwise rejected, or every attempt failed on the network / a 5xx.

Import from @homepages/template-kit/browser.

export type SubmitLeadFailure = "missing-email" | "in-flight" | "too-large" | "unauthorized" | "rejected" | "network";