Skip to content

feat: update error databases #7258

New issue

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

Merged
merged 1 commit into from
Jun 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/error/tools/database/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1141,3 +1141,6 @@
"IO","invalid argument. First argument must be a length, ArrayBuffer, typed array, array-like object, or iterable. Value: `%s`.","TypeError"
"IP","invalid argument. Third argument must be a recognized/supported data type. Value: `%s`.","TypeError"
"IQ","invalid argument. Fourth argument must be a recognized/supported data type. Value: `%s`.","TypeError"
"IR","invalid argument. Fifth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
"IS","invalid argument. Second argument must have an integer data type. Value: `%s`.","TypeError"
"IT","invalid argument. Second argument must be an integer or an ndarray-like object. Value: `%s`.","TypeError"

Large diffs are not rendered by default.

Loading
Loading