Hello! I am following this guideline to setup a custom error page: Customize Error Pages
How can I know the max size of the error messages, format of error codes, lang and so on?
That will be helpful to build an adaptable UI and provide a good experience.
Thank you.
Hi @ellis.carvalho,
Welcome to the Auth0 Community!
You can find standard errors here: Authentication API Explorer
You can also look in the OIDC spec: Final: OpenID Connect Core 1.0 incorporating errata set 2
Keep in mind, some of these errors are not meant to be consumed by end users.
1 Like