For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Unions
RegisterCustomerError
UNION
Copy page
An error when registering a customer.
Possible types
EmailAlreadyInUseError
EmailAlreadyInUseError
Required
An error due to the customer email already being in use when attempting registration.
OR
AccountCreationDisabledError
AccountCreationDisabledError
Required
An error due to customer registration being disabled on a storefront.
OR
CustomerRegistrationError
CustomerRegistrationError
Required
An unexpected error while registering a customer.
OR
ValidationError
ValidationError
Required
Validation error that occurred during a graphql request
Referenced by
Fields
RegisterCustomerResult.errors