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

Merged
merged 1 commit into from
Sep 16, 2024
Merged

feat: update error databases #2899

merged 1 commit into from
Sep 16, 2024

Conversation

stdlib-bot
Copy link
Contributor

@stdlib-bot stdlib-bot commented Sep 15, 2024

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Gt invalid argument. Cannot write to read-only array. Error
Gu invalid arguments. The first and second arguments must have the same shape. Error
Gv unexpected error. Environment does not support WebAssembly. Error
Gw invalid invocation. Unable to perform write operation, as the WebAssembly module is not bound to an underlying WebAssembly memory instance. Error
Gx invalid argument. Second argument is incompatible with the specified byte offset and available memory. Resize the underlying memory instance in order to accommodate the list of provided values. RangeError
Gy invalid invocation. Unable to perform read operation, as the WebAssembly module is not bound to an underlying WebAssembly memory instance. Error
Gz invalid argument. Second argument is incompatible with the specified byte offset and available memory. Not enough values to fill the provided output array. RangeError
H0 invalid argument. Must provide a WebAssembly memory instance. Value: %s. TypeError
H1 invalid argument. First argument must be an ndarray containing single-precision floating-point numbers. Value: %s. TypeError
H2 invalid argument. Second argument must be an ndarray containing single-precision floating-point numbers. Value: %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 Sep 15, 2024
@stdlib-bot stdlib-bot requested a review from a team September 15, 2024 01:26
@kgryte kgryte added the Do Not Merge Pull request which should not be merged. label Sep 15, 2024
@kgryte
Copy link
Member

kgryte commented Sep 15, 2024

Looks like there is a typo in one of the error messages.

@kgryte kgryte removed the Do Not Merge Pull request which should not be merged. label Sep 16, 2024
@kgryte
Copy link
Member

kgryte commented Sep 16, 2024

The error message has been updated and this PR is now ready for merge.

@kgryte kgryte merged commit a12d0f0 into develop Sep 16, 2024
11 of 12 checks passed
@kgryte kgryte deleted the update-error-databases branch September 16, 2024 05:04
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