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
* fix cpp session error details for retried exceptions
Preserve and unwrap original retry exceptions so client callers no longer see generic std::exception messages, and avoid exception slicing in insert retry handling.
* add it for session c error
* cpp code format
* fix cpp exception rethrow to preserve detailed errors
Use rethrow semantics that keep original exception type/message so relational query failures return server-side details instead of generic unknown exceptions.
0 commit comments