Skip to content

feat: update error databases #2740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2024
Merged

feat: update error databases #2740

merged 1 commit into from
Aug 7, 2024

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
G7 invalid argument. First argument must be a nonnegative integer. Value: %d. RangeError
G8 invalid argument. Sixth argument must be greater than or equal to %d. Value: %d. RangeError
G9 invalid argument. Eighth argument must be greater than or equal to %d. Value: %d. RangeError
GA invalid argument. Second argument must specify whether to reference the lower or upper triangular matrix. Value: %s. TypeError
GB invalid argument. Sixth argument must be non-zero. Value: %d. RangeError
GC invalid argument. Tenth argument must be greater than or equal to max(1,%d). Value: %d. RangeError
GD invalid argument. First argument must specify whether the reference the lower or upper triangular matrix. Value: %s. TypeError
GE invalid argument. Second argument must be a nonnegative integer. Value: %d. RangeError
GF invalid argument. Fifth argument must be non-zero. Value: %d. RangeError
GG invalid argument. Second argument must be a valid transpose operation. Value: %s. TypeError
GH invalid argument. Fourth argument must be a nonnegative integer. Value: %d. RangeError
GI invalid argument. Ninth argument must be non-zero. RangeError
GJ invalid argument. Twelfth argument must be non-zero. RangeError
GK invalid argument. Eleventh argument must be non-zero. RangeError
GL invalid argument. Fifteenth argument must be non-zero. RangeError
GM invalid argument. Eighth argument must be greater than or equal to max(1,%d). Value: %d. RangeError
GN invalid argument. First argument must specify whether to reference the lower or upper triangular matrix. Value: %s. TypeError
GO invalid argument. Third argument must be a valid transpose operation. Value: %s. TypeError
GP invalid argument. Fourth argument must be a valid diagonal type. Value: %s. TypeError
GQ invalid argument. Fifth argument must be a nonnegative integer. Value: %d. RangeError
GR invalid argument. Seventh argument must be greater than or equal to max(1,%d). Value: %d. RangeError
GS invalid argument. Ninth argument must be non-zero. Value: %d. RangeError
GT invalid argument. First argument must specify whether the lower or upper triangular matrix is supplied. Value: %s. TypeError
GU invalid argument. Third argument must be a valid diagonal type. Value: %s. TypeError
GV invalid argument. First argument must be a valid transpose operation. Value: %s. TypeError
GW invalid argument. Tenth argument must be non-zero. RangeError
GX invalid argument. Fourteenth argument must be non-zero. RangeError

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Aug 4, 2024
@stdlib-bot stdlib-bot requested a review from a team August 4, 2024 02:21
@kgryte kgryte merged commit 9dc76e1 into develop Aug 7, 2024
20 checks passed
@kgryte kgryte deleted the update-error-databases branch August 7, 2024 07:06
gunjjoshi pushed a commit to gunjjoshi/stdlib that referenced this pull request Aug 21, 2024
PR-URL: stdlib-js#2740
Reviewed-by: Athan Reines <kgryte@gmail.com>
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants