Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Sep 5, 2023
1 parent d15b78c commit 275a2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/adbcdrivermanager/R/error.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ stop_for_error <- function(status, error) {
error <- list()
}

error$status <- status
error$status_code_message <- .Call(RAdbcStatusCodeMessage, status)
msg <- adbc_error_message(status, error)

Expand Down

0 comments on commit 275a2b7

Please sign in to comment.