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 #1319

Merged
merged 1 commit into from
Feb 18, 2024
Merged

feat: update error databases #1319

merged 1 commit into from
Feb 18, 2024

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
FV invalid argument. First argument must be a valid index array. TypeError
FW invalid operation. This array index instance has already been freed and can no longer be used. Error
FX invalid argument. First argument must be a complex-valued floating-point array. Value: %s. TypeError
FY invalid operation. Index exceeds array bounds. RangeError
FZ invalid operation. Unrecognized array index type. Value: %s. Error
Fa invalid operation. Unable to resolve array index. Value: %s. Error
Fb invalid option. %s option is missing a %s method. Option: %s. TypeError

@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Feb 18, 2024
@stdlib-bot stdlib-bot requested a review from a team February 18, 2024 01:06
@Planeshifter Planeshifter merged commit 43af7eb into develop Feb 18, 2024
7 checks passed
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.

2 participants