Interface: EmailVerificationResult
Properties
error?
optionalerror?:StorefrontError
Transport-level failure (rate limit, network, server error). Set only when the
request never produced a verdict — mutually exclusive with a non-empty
userErrors. Carries no buyer-facing copy: supply your own wording and pick it
with error.code, error.isNetworkError or error.retryAfterMs.
success
success:
boolean
True when the backend accepted the action.
userErrors
userErrors:
UserError[]
Backend rejections with stable code values — empty on success.