stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.51k stars 490 forks source link

feat: update error databases #2932

Closed stdlib-bot closed 1 month ago

stdlib-bot commented 1 month ago

This PR

The following error codes were added:

Code Error Message Type
H3 invalid invocation. this is not a Float64ArrayFE. TypeError
H4 invalid argument. First argument must be a supported byte order. Value: %s. TypeError
H5 invalid argument. Second argument must a data type. Value: %s. TypeError
H6 invalid argument. First argument must be an ndarray-like object having a supported data type. Value: %s. TypeError
H7 invalid argument. Second argument must be an ndarray-like object having a supported data type. Value: %s. TypeError
Planeshifter commented 1 month ago

@kgryte

invalid argument. Second argument must a data type. Value: %s.

is missing "be" before "a data type".

kgryte commented 1 month ago

Thank you for catching. Fixed.