Skip to content
Open
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
28 changes: 28 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 @@ -1229,3 +1229,31 @@
"Jo","invalid invocation. Must provide at least one argument.","Error"
"Jp","invalid argument. Last argument must be a one-dimensional ndarray. Value: `%s`.","TypeError"
"Jq","invalid argument. Each ndarray argument must have fewer than two dimensions. Argument: %d.","TypeError"
"Jr","invalid invocation. Must provide at least three arguments.","Error"
"Js","invalid argument. First argument must contain at least one element greater than zero (i.e., the total number of observations must be greater than zero).","Error"
"Jt","%s %s failed with exit code: %s.","Error"
"Ju","%s %s failed due to termination signal: %s.","Error"
"Jv","invalid argument. First argument must have one of the following data types: ""%s"". Value: `%s`.","TypeError"
"Jw","invalid argument. Third argument must be an array of integers. Value: `%s`.","TypeError"
"Jx","invalid option. `%s` option must be an array of nonnegative integers. Option: `%s`.","TypeError"
"Jy","invalid argument. Second argument must have at least as many elements as the number of dimensions of the first argument. Number of input dimensions: `%u`. Number of repetitions: `%u`.","RangeError"
"Jz","invalid arguments. Arrays must have the same number of dimensions (i.e., same rank). ndims(x) == %d. ndims(y) == %d. ndims(z) == %d. ndims(w) == %d.","Error"
"K0","invalid argument. Must provide exactly two dimension indices. Value: `[%s]`.","RangeError"
"K1","invalid argument. Input ndarray must have at least two dimensions. Number of dimensions: %d.","RangeError"
"K2","invalid argument. Product of the sizes must be equal to the size of the dimension to be unflattened. Dimension: %d. Size: %d. Value: `[%s]`.","RangeError"
"K3","invalid argument. The first argument cannot be safely cast to the output array data type. Data type: %s. Value: `%s`.","TypeError"
"K4","invalid argument. Specified dimension index is out-of-bounds. Must be on the interval: [-%u, %u]. Value: `%d`.","RangeError"
"K5","invalid argument. First argument must contain one or more ndarrays. Value: `%s`.","RangeError"
"K6","invalid argument. Second argument must be a two-dimensional ndarray. Number of dimensions: `%u`.","RangeError"
"K7","invalid argument. First argument must be an array-like object containing one or more ndarrays. Value: `%s`.","TypeError"
"K8","invalid argument. Must provide one- or two-dimensional ndarrays. Number of dimensions: `%u`.","RangeError"
"K9","invalid argument. All ndarrays must have the same number of rows. Expected number of rows: `%u`. Actual number of rows: `%u`.","Error"
"KA","invalid option. `%s` option must be a negative integer. Option: `%s`.","TypeError"
"KB","invalid argument. Second argument must be a string or an array of strings. Value: `%s`.","TypeError"
"KC","invalid option. Dimension index exceeds the number of dimensions. Number of dimensions: %d. Value: `%d`.","RangeError"
"KD","invalid argument. All ndarrays must have the same number of columns. Expected number of columns: `%u`. Actual number of columns: `%u`.","Error"
"KE","invalid argument. Fourth argument must be an ndarray-like object. Value: `%s`.","TypeError"
"KF","invalid argument. Second argument must be a zero-dimensional ndarray.","TypeError"
"KG","invalid argument. Second argument must be either an ndarray-like object, a numeric value, or a supported string. Value: `%s`.","TypeError"
"KH","invalid option. `%s` option must be a zero-dimensional ndarray.","TypeError"
"KI","invalid argument. Second argument must be either an ndarray or an integer. Value: `%s`.","TypeError"

Large diffs are not rendered by default.

Loading
Loading