Skip to content

Commit

Permalink
// update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Nov 4, 2023
1 parent 309a8b2 commit 46754b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/upa/url_result.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ namespace upa {
enum class validation_errc {
// Success:
ok = 0, ///< success
// Ignored input:
// Ignored input (for internal use):
ignored, ///< setter ignored the value (internal)
scheme_invalid_code_point, ///< the scheme contains invalid code point (relevant to the protocol setter)
scheme_invalid_code_point, ///< the scheme contains invalid code point (internal,
///< relevant to the protocol setter)

// Standard validation error codes
// https://url.spec.whatwg.org/#validation-error
Expand Down

0 comments on commit 46754b1

Please sign in to comment.