We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
Actually, https://mongoosejs.com/docs/api.html#Error reference « MongooseError », but there isn't object MongooseError available in the public API, the object Alvailable in public API is Error (see ./lib/index.js) .
Therefore in the doc, maybe we must rename all MongooseError to Error. Probably, it could be done thanks a hook in https://github.com/Automattic/mongoose/blob/master/docs/source/api.js ? (not investigated more).
Furthermore, Error are not referenced in the left navigation pane. Maybe it should be added ?
Same observation for MongooseArray.
MongooseArray
What do you think about that?
The text was updated successfully, but these errors were encountered:
Not a bad idea. We try to not clutter the left panel with too much info, but we can add mongoose errors to the API docs
Sorry, something went wrong.
Ok so cool ! Yes, as Error is often used ! The interest of a Validation tool is the Errors sent ;-).
Error
aa43200
No branches or pull requests
Hi !
Actually, https://mongoosejs.com/docs/api.html#Error reference « MongooseError », but there isn't object MongooseError available in the public API, the object Alvailable in public API is Error (see ./lib/index.js) .
Therefore in the doc, maybe we must rename all MongooseError to Error. Probably, it could be done thanks a hook in https://github.com/Automattic/mongoose/blob/master/docs/source/api.js ? (not investigated more).
Furthermore, Error are not referenced in the left navigation pane. Maybe it should be added ?
Same observation for
MongooseArray
.What do you think about that?
The text was updated successfully, but these errors were encountered: