|
1190 | 1190 | "JB","invalid argument. Second argument must be either an ndarray or a scalar value. Value: `%s`.","TypeError"
|
1191 | 1191 | "JC","invalid argument. Third argument must be an ndarray. Value: `%s`.","TypeError"
|
1192 | 1192 | "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" |
0 commit comments