-
Notifications
You must be signed in to change notification settings - Fork 9
[RMBWEB-2780] Support for structured validation results #87
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
83cd99a
implement struct validation result
Luncher 8d68591
fix typo
Luncher f466115
restruct normalize raw error
Luncher db9f109
update state comment
Luncher 227f425
fix typo
Luncher d84c44a
remove rawError from ValidateResultWithError
Luncher 90e4499
update test case
Luncher 78f35e5
fix typo
Luncher b2f88ba
update check error condition
Luncher e5afe2a
remove debug info
Luncher 3e45f64
add test case
Luncher 511d66f
fix throw error test case
Luncher b8fb666
restruct error hierarchy
Luncher 9065ddf
restruct docs and misc
Luncher 5d56725
fix test case
Luncher 2c76ca8
update comments
Luncher a8cb353
rename _error
Luncher 031f8a1
fix override state props
Luncher ba4b45e
abstract error
Luncher dbba8f5
fix infinity error
Luncher a5ec69d
fix typo
Luncher 82e505b
fix typo
Luncher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
abstract error
- Loading branch information
commit ba4b45e4b5559a12ca7c9ae265252b0c56a66075
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
rawError对ValidationResult是对的吗?后面还有类似的这种
Uh oh!
There was an error while loading. Please reload this page.
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.
是预期的
啥?
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.
没啥,是预期的就好
我只是看到 error 对 result 感觉怪怪的