Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d9443db

Browse files
feat: update error databases
PR-URL: #7943 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 71c58f3 commit d9443db

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)

AltStyle によって変換されたページ (->オリジナル) /