SnakeBridge.SessionMismatchError exception (SnakeBridge v0.11.0)
View SourceRaised when a ref is used with a different session than it was created in.
SnakeBridge refs are session-scoped: a ref created in session A cannot be used in session B. This error indicates a ref is being used across session boundaries.
Fields
:ref_id- The ref ID that caused the mismatch:expected_session- The session ID the ref belongs to:actual_session- The session ID the ref was used in:message- Human-readable error message