Strapi + Graphql Error Messages

Is there any documentation or reference that we can read for thrown errors and it’s definition by Strapi + Graphql?

Something like this?

  1. Auth.form.error.password.matching
  2. Auth.form.error.code.provide
  3. Auth.form.error.params.provide
    etc…

I plan to list all of those and convert into human readable string on frontend.

I can’t find any reference on your docs

1 Like

Hello @jomskidoodle,
Can you please provide more details?

What do you mean by this?

Note that all errors/messages are stored in:
./node_modules/strapi-admin/admin/src/translations/

wow thank you!