Skip to content

Commit 6307874

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

File tree

6 files changed

+526
-183
lines changed

6 files changed

+526
-183
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,3 +1088,10 @@
10881088
"HX","invalid argument. Third argument must be an array of data types. Value: `%s`.","TypeError"
10891089
"HY","invalid argument. Fourth argument must be a supported output data type policy. Value: `%s`.","TypeError"
10901090
"HZ","invalid argument. First argument must have one of the following data types: ""%s"". Data type: `%s`.","TypeError"
1091+
"Ha","invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d.","Error"
1092+
"Hb","invalid argument. Third argument contains an out-of-bounds dimension index. Value: [%s].","RangeError"
1093+
"Hc","invalid argument. Third argument must contain a list of unique dimension indices. Value: [%s].","Error"
1094+
"Hd","invalid argument. Number of specified dimensions cannot exceed the number of dimensions in the input array. ndims(x) == %d. Value: [%s].","RangeError"
1095+
"He","invalid argument. Arrays which are not being reduced must have the same number of non-reduced dimensions. ndims(x) == %d. Number of reduced dimensions: %d. ndims(arrays[%d]) == %d.","Error"
1096+
"Hf","invalid argument. Non-reduced dimensions must be consistent across all provided arrays. Input array shape: [%s]. Non-reduced dimension indices: [%s]. Non-reduced dimensions: [%s]. Array shape: [%s] (index: %d).","Error"
1097+
"Hg","invalid argument. The second argument cannot be safely cast to the input array data type. Data type: %s. 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)