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
43 changes: 43 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,46 @@
"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 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"
"Js","invalid argument. First argument must be an ndarray having two or more dimensions.","TypeError"
"Jt","invalid invocation. Must provide at least three arguments.","Error"
"Ju","invalid invocation. `this` is not a floating-point number array.","TypeError"
"Jv","invalid argument. The number of elements (means) in the second argument must match correlation matrix dimensions. Expected: `%u`. Actual: `%u`.","Error"
"Jw","%s %s failed with exit code: %s.","Error"
"Jx","%s %s failed due to termination signal: %s.","Error"
"Jy","invalid argument. Second argument must be either an ndarray or an integer. Value: `%s`.","TypeError"
"Jz","invalid argument. Second argument cannot be safely cast to the desired output data type. Output data type: %s. Argument data type: %s.","TypeError"
"K0","invalid option. `%s` option must be a zero-dimensional ndarray.","TypeError"
"K1","invalid argument. Second argument must be either an ndarray-like object, a numeric value, or a supported string. Value: `%s`.","TypeError"
"K2","invalid argument. Second argument must be a zero-dimensional ndarray.","TypeError"
"K3","invalid argument. Must provide an integer on the interval [0, 2^64-1]. Value: `%s`.","TypeError"
"K4","invalid argument. Must provide an integer on the interval [0, 2^53-1]. Value: `%s`.","TypeError"
"K5","invalid argument. Must provide an array. Value: `%s`.","TypeError"
"K6","invalid argument. Must provide an array of length 2. Value: `[%s]`.","TypeError"
"K7","invalid argument. Must provide an array of integer values on the interval [%u, %u]. Value: `[%s]`.","TypeError"
"K8","invalid argument. First argument must be a nonnegative integer on the interval [%u, %u]. Value: `%s`.","TypeError"
"K9","invalid argument. Second argument must be a nonnegative integer on the interval [%u, %u]. Value: `%s`.","TypeError"
"KA","invalid argument. Must provide an integer on the interval [%d, %d]. Value: `%s`.","TypeError"
"KB","invalid argument. Fourth argument must be an ndarray-like object. Value: `%s`.","TypeError"
"KC","invalid option. `%s` option must be an array of nonnegative integers. Option: `%s`.","TypeError"
"KD","invalid argument. First argument must have one of the following data types: ""%s"". Value: `%s`.","TypeError"
"KE","invalid argument. Must provide an ndarray having two or more dimensions. Number of dimensions: `%u`.","RangeError"
"KF","invalid option. `%s` option must be a negative integer. Option: `%s`.","TypeError"
"KG","invalid argument. Third argument must be an array of integers. Value: `%s`.","TypeError"
"KH","invalid argument. Third argument must be an array of nonnegative integers. Value: `%s`.","TypeError"
"KI","invalid argument. Must provide a complex-valued floating-point ndarray. Value: `%s`.","TypeError"
"KJ","invalid argument. Specified dimension index is out-of-bounds. Must be on the interval: [-%u, %u]. Value: `%d`.","RangeError"
"KK","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"
"KL","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"
"KM","invalid argument. Must provide exactly two dimension indices. Value: `[%s]`.","RangeError"
"KN","invalid argument. First argument must be an ndarray having two or more dimensions. Number of dimensions: %d.","RangeError"
"KO","invalid argument. The first argument cannot be safely cast to the output array data type. Data type: %s. Value: `%s`.","TypeError"
"KP","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"
"KQ","invalid argument. First argument must contain one or more ndarrays. Value: `%s`.","RangeError"
"KR","invalid argument. First argument must be an array-like object containing one or more ndarrays. Value: `%s`.","TypeError"
"KS","invalid argument. Must provide one- or two-dimensional ndarrays. Number of dimensions: `%u`.","RangeError"
"KT","invalid argument. All ndarrays must have the same number of columns. Expected number of columns: `%u`. Actual number of columns: `%u`.","Error"
"KU","invalid argument. Second argument must be a two-dimensional ndarray. Number of dimensions: `%u`.","RangeError"
"KV","invalid option. Dimension index exceeds the number of dimensions. Number of dimensions: %d. Value: `%d`.","RangeError"
"KW","invalid argument. All ndarrays must have the same number of rows. Expected number of rows: `%u`. Actual number of rows: `%u`.","Error"
"KX","invalid argument. Second argument must be a string or an array of strings. Value: `%s`.","TypeError"

Large diffs are not rendered by default.

Loading
Loading