Skip to content

Commit d498410

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

File tree

6 files changed

+323
-3
lines changed

6 files changed

+323
-3
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,3 +1190,7 @@
11901190
"JB","invalid argument. Second argument must be either an ndarray or a scalar value. Value: `%s`.","TypeError"
11911191
"JC","invalid argument. Third argument must be an ndarray. Value: `%s`.","TypeError"
11921192
"JD","invalid argument. Third argument must be either an ndarray or an integer. Value: `%s`.","TypeError"
1193+
"JE","invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version which supports HTTP/2 and has been built to include support for the Node.js `crypto` module.","Error"
1194+
"JF","invalid argument. Input arrays must have the same number of dimensions. First array dimensions: %d. Second array dimensions: %d.","Error"
1195+
"JG","invalid argument. Input arrays must have the same shape. First array shape: [%s]. Second array shape: [%s].","Error"
1196+
"JH","invalid argument. Output array must have the same number of non-reduced dimensions as input arrays. Input array shape: [%s]. Number of non-reduced dimensions: %d. Output array shape: [%s].","Error"

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)