Skip to content

Commit 52a3af1

Browse files
authored
feat: update error databases
PR-URL: #5720 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent a757fb3 commit 52a3af1

File tree

6 files changed

+385
-127
lines changed

6 files changed

+385
-127
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
@@ -1084,3 +1084,7 @@
10841084
"HT","invalid argument. Each key in the keybindings argument must correspond to a single action. Value: `%s`","TypeError"
10851085
"HU","invalid argument. First argument must be a valid action name. Value: `%s`.","TypeError"
10861086
"HV","invalid argument. Each key in the keys argument must correspond to a single action. Value: `%s`","TypeError"
1087+
"HW","invalid argument. Second argument must be an array of data types. Value: `%s`.","TypeError"
1088+
"HX","invalid argument. Third argument must be an array of data types. Value: `%s`.","TypeError"
1089+
"HY","invalid argument. Fourth argument must be a supported output data type policy. Value: `%s`.","TypeError"
1090+
"HZ","invalid argument. First argument must have one of the following data types: ""%s"". Data type: `%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)