Skip to content
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

feat: update error databases #2529

Merged
merged 1 commit into from
Jul 7, 2024
Merged

feat: update error databases #2529

merged 1 commit into from
Jul 7, 2024

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Fx invalid argument. First argument must be a valid order. Value: %s. TypeError
Fy invalid argument. Second argument must specify whether the lower or upper triangular matrix is supplied. Value: %s. TypeError
Fz invalid argument. Third argument must be a nonnegative integer. Value: %d. RangeError
G0 invalid argument. Eighth argument must be non-zero. Value: %d. RangeError
G1 invalid argument. Twelfth argument must be non-zero. Value: %d. RangeError
G2 invalid argument. Seventh argument must be non-zero. Value: %d. RangeError
G3 invalid argument. Tenth argument must be non-zero. Value: %d. 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 Jul 7, 2024
@stdlib-bot stdlib-bot requested a review from a team July 7, 2024 01:17
@kgryte kgryte merged commit 9044e4d into develop Jul 7, 2024
7 checks passed
@kgryte kgryte deleted the update-error-databases branch July 7, 2024 06:21
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