-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Configurable Client Errors #12523
Configurable Client Errors #12523
Conversation
I see you updated files related to |
4259590
to
a390c18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is soon to be deprecated, we shouldn't add changes here unless it breaks the code.
… into feat/configurable-error-regexes
Quality Gate passedIssues Measures |
EVM: Add configurable client errors to toml config and propagate through error classification
I have added a new section to the EVM TOML configuration file to allow for custom regex strings to be used for error matching.
This is currently still in a
draft
status. Work still outstanding:[ ] Add usage of
ClientErrors
into thetxmgr
.[ ] Add some unit tests to ensure the configuration is being loaded as intended.