There was an error while loading. Please reload this page.
1 parent d15b78c commit 275a2b7Copy full SHA for 275a2b7
1 file changed
r/adbcdrivermanager/R/error.R
@@ -27,6 +27,7 @@ stop_for_error <- function(status, error) {
27
error <- list()
28
}
29
30
+ error$status <- status
31
error$status_code_message <- .Call(RAdbcStatusCodeMessage, status)
32
msg <- adbc_error_message(status, error)
33
0 commit comments