Skip to content

Commit

Permalink
Merge pull request #51 from Public-Health-Scotland/documentation/remo…
Browse files Browse the repository at this point in the history
…ve_missed_func

Remove help page for `parse_error`
  • Loading branch information
Moohan authored Nov 21, 2024
2 parents 7caa7bf + 4f2a381 commit ff246f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
3 changes: 2 additions & 1 deletion R/parse_error.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#'
#' @param error "error" element of an object produced by `httr::content`
#' @return character string
#'
#' @keywords internal
#' @noRd
parse_error <- function(error) {
error_message <- error$message
error_type <- error$`__type`
Expand Down
17 changes: 0 additions & 17 deletions man/parse_error.Rd

This file was deleted.

0 comments on commit ff246f0

Please sign in to comment.