A string union type that classifies errors managed byDocumentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
useErrors. Used to filter errors with errors.byType() and present in each ErrorItem as the kind property.
Values
Errors returned by Auth0 or your own backend during authentication or authorization.
Errors from client-side form validation, such as invalid input before a request is made.
Errors caused by incorrect SDK integration or misconfiguration, such as calling a hook outside of its required context. Only surfaced when
includeDevErrors: true is set in UseErrorOptions.