-
Notifications
You must be signed in to change notification settings - Fork 47
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
Refactor section on ProblemDetails, add one possible value. #444
base: main
Are you sure you want to change the base?
Conversation
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.
Small language improvements
relating to the specifics of the endpoint on which the error occurs. | ||
When an implementation detects an anomaly while processing a document, a | ||
<dfn>ProblemDetails</dfn> object can be used to report the issue to other | ||
software systems. The interface for these objects follow [[RFC9457]] |
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.
software systems. The interface for these objects follow [[RFC9457]] | |
software systems. The interfaces for these objects follow [[RFC9457]] |
<h3>Verification Errors vs. Warnings</h3> | ||
|
||
<p> | ||
This specification defines a distinction between a verification error vs. a |
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 specification defines a distinction between a verification error vs. a | |
This specification defines a distinction between a verification error and a |
This specification defines a distinction between a verification error vs. a | ||
verification warning. Errors are `ProblemDetails` relating to cryptography, | ||
data model, and malformed context and are unrecoverable. Warnings are | ||
`ProblemDetails` relating to statuses and validity periods and might be |
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.
`ProblemDetails` relating to statuses and validity periods and might be | |
`ProblemDetails` relating to status and validity periods and might be |
verification warning. Errors are `ProblemDetails` relating to cryptography, | ||
data model, and malformed context and are unrecoverable. Warnings are | ||
`ProblemDetails` relating to statuses and validity periods and might be | ||
recoverable or where the subsequent action is at the discretion of the |
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.
recoverable or where the subsequent action is at the discretion of the | |
recoverable or leave the subsequent action to the discretion of the |
This PR attempts to address issue #395 by refactoring the problem details section and adding a possible value.
Preview | Diff