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
I believe that the `BadQuery` enum variants that were previously
returning `CASS_ERROR_LAST_ENTRY` (as an obvious placeholder) should
instead return `CASS_ERROR_LIB_MESSAGE_ENCODE`. This change is made
to ensure that the error handling is more specific and meaningful,
particularly for cases where the query is malformed or exceeds certain
limits. I understand `CASS_ERROR_LIB_MESSAGE_ENCODE` as a general error
for issues around serialization.
0 commit comments