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
4 changes: 4 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 @@ -1190,3 +1190,7 @@
"JB","invalid argument. Second argument must be either an ndarray or a scalar value. Value: `%s`.","TypeError"
"JC","invalid argument. Third argument must be an ndarray. Value: `%s`.","TypeError"
"JD","invalid argument. Third argument must be either an ndarray or an integer. Value: `%s`.","TypeError"
"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"
"JF","invalid argument. Input arrays must have the same number of dimensions. First array dimensions: %d. Second array dimensions: %d.","Error"
"JG","invalid argument. Input arrays must have the same shape. First array shape: [%s]. Second array shape: [%s].","Error"
"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"

Large diffs are not rendered by default.

Loading