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
The simplest approach is to rename check_and_throw into ok.
Since the call is long in any case due to the message, it might be OK to split into to two statements, but will require to assign the result of a cass function call to a CassError variable.
The simplest approach is to rename
check_and_throwintook.Since the call is long in any case due to the message, it might be OK to split into to two statements, but will require to assign the result of a cass function call to a
CassErrorvariable.