Skip to content

Commit 2b18f86

Browse files
Planeshifterstdlib-bot
authored andcommitted
feat: update error databases
Signed-off-by: stdlib-bot <[email protected]>
1 parent d7a6869 commit 2b18f86

File tree

6 files changed

+354
-39
lines changed

6 files changed

+354
-39
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,3 +1141,6 @@
11411141
"IO","invalid argument. First argument must be a length, ArrayBuffer, typed array, array-like object, or iterable. Value: `%s`.","TypeError"
11421142
"IP","invalid argument. Third argument must be a recognized/supported data type. Value: `%s`.","TypeError"
11431143
"IQ","invalid argument. Fourth argument must be a recognized/supported data type. Value: `%s`.","TypeError"
1144+
"IR","invalid argument. Fifth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
1145+
"IS","invalid argument. Second argument must have an integer data type. Value: `%s`.","TypeError"
1146+
"IT","invalid argument. Second argument must be an integer or 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)