You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rlang::abort makes for much nicer error messages (see below). So far they haven't been used, but there are only 3 stops, so would be easy to transition those.
rlang::abort(
message = c("Database capture failed",
"*" = "The database connection object was created before calling 'start_db_capturing()'",
"*" = "Please close the connection and ensure it's created after calling 'start_db_capturing()'."),
call = NULL
)
The text was updated successfully, but these errors were encountered:
rlang::abort
makes for much nicer error messages (see below). So far they haven't been used, but there are only 3stop
s, so would be easy to transition those.The text was updated successfully, but these errors were encountered: