Skip to content

Commit 7c35ae9

Browse files
Planeshifterstdlib-bot
authored andcommitted
feat: update error databases
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 45ca891 commit 7c35ae9

File tree

6 files changed

+826
-31
lines changed

6 files changed

+826
-31
lines changed

lib/node_modules/@stdlib/error/tools/database/data/data.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,3 +1229,12 @@
12291229
"Jo","invalid invocation. Must provide at least one argument.","Error"
12301230
"Jp","invalid argument. Last argument must be a one-dimensional ndarray. Value: `%s`.","TypeError"
12311231
"Jq","invalid argument. Each ndarray argument must have fewer than two dimensions. Argument: %d.","TypeError"
1232+
"Jr","invalid invocation. Must provide at least three arguments.","Error"
1233+
"Js","invalid argument. First argument must contain at least one element greater than zero (i.e., the total number of observations must be greater than zero).","Error"
1234+
"Jt","invalid option. `%s` option must be a negative integer. Option: `%s`.","TypeError"
1235+
"Ju","invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d. ndims(z) == %d. ndims(w) == %d.","Error"
1236+
"Jv","invalid argument. Specified dimension index is out-of-bounds. Must be on the interval: [-%u, %u]. Value: `%d`.","RangeError"
1237+
"Jw","invalid argument. Third argument must be an array of integers. Value: `%s`.","TypeError"
1238+
"Jx","%s %s failed with exit code: %s.","Error"
1239+
"Jy","%s %s failed due to termination signal: %s.","Error"
1240+
"Jz","invalid argument. Fourth argument must be an ndarray-like object. Value: `%s`.","TypeError"

lib/node_modules/@stdlib/error/tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)