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

Merged
merged 1 commit into from
Sep 21, 2023
Merged

feat: update error databases #1099

merged 1 commit into from
Sep 21, 2023

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates the error databases

The following error codes were added:

Code Error Message Type
Ef invalid argument. First argument must be an integer, null, or undefined. Value: %s. TypeError
Eg invalid argument. Second argument must be an integer, null, or undefined. Value: %s. TypeError
Eh invalid argument. Third argument must be an integer, null, or undefined. Value: %s. TypeError
Ei invalid argument. Third argument cannot be zero. Value: %s. RangeError
Ej invalid argument. First argument must be a valid subsequence string. Value: %s. TypeError
Ek invalid argument. A subsequence string must have a non-zero increment. Value: %s. RangeError
El invalid argument. The subsequence string resolves to a slice which exceeds index bounds. Value: %s. RangeError
Em invalid argument. Provided arguments must be either a Slice, integer, null, or undefined. Argument: %d. 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 17, 2023
@stdlib-bot stdlib-bot requested a review from a team September 17, 2023 01:07
@stdlib-bot
Copy link
Contributor Author

Coverage Report

Package Statements Branches Functions Lines
error/tools/database $\color{green}85/85$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}85/85$
$\color{green}+100.00\%$
error/tools/id2pkg $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$
error/tools/pkg2id $\color{green}95/95$
$\color{green}+100.00\%$
$\color{green}7/7$
$\color{green}+100.00\%$
$\color{green}1/1$
$\color{green}+100.00\%$
$\color{green}95/95$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@kgryte
Copy link
Member

kgryte commented Sep 21, 2023

Builds are failing but the failures do not seem to be due to anything in this PR.

cc @Planeshifter

@kgryte kgryte merged commit f3dc3fe into develop Sep 21, 2023
6 of 9 checks passed
@kgryte kgryte deleted the update-error-databases branch September 21, 2023 00:15
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