Skip to content
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
7 changes: 7 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 @@ -1088,3 +1088,10 @@
"HX","invalid argument. Third argument must be an array of data types. Value: `%s`.","TypeError"
"HY","invalid argument. Fourth argument must be a supported output data type policy. Value: `%s`.","TypeError"
"HZ","invalid argument. First argument must have one of the following data types: ""%s"". Data type: `%s`.","TypeError"
"Ha","invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d.","Error"
"Hb","invalid argument. Third argument contains an out-of-bounds dimension index. Value: [%s].","RangeError"
"Hc","invalid argument. Third argument must contain a list of unique dimension indices. Value: [%s].","Error"
"Hd","invalid argument. Number of specified dimensions cannot exceed the number of dimensions in the input array. ndims(x) == %d. Value: [%s].","RangeError"
"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"
"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"
"Hg","invalid argument. The second argument cannot be safely cast to the input array data type. Data type: %s. Value: `%s`.","TypeError"

Large diffs are not rendered by default.

Loading