Skip to content

Commit

Permalink
Rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 3, 2024
1 parent a6058b9 commit be60ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/hub-validations-class.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Ultimately, both will cause overall validation to fail. The `<error/check_error>
`hub_validations` objects have their own print method which displays the result, the file name and message of each check:

- `` indicates a check was successful (a `<message/check_success>` condition class object was returned)
- `` indicates a check that downstream checks depend on failed causing early return. (a `<error/check_error>` condition class object was returned)
- `` indicates a check failed but does not affect downstream checks so validation was able to proceed (a `<error/check_failure>` condition class object was returned)
- `` indicates a check failed but, because it does not affect downstream checks, validation was able to proceed (a `<error/check_failure>` condition class object was returned)
- `` indicates a check that downstream checks depend on failed, causing early return of the validation process (a `<error/check_error>` condition class object was returned)
- `` indicates an execution error occured and the check was not able to complete (a `<error/check_exec_error>` condition class object was returned). Will cause early return if expected check failure output was a `<error/check_error>`.
- `` indicates a check was skipped (a `<message/check_info>` condition class object was returned)

Expand Down

0 comments on commit be60ccb

Please sign in to comment.