Exception: Textus::MCP::CursorExpired
- Defined in:
- lib/textus/mcp/errors.rb
Overview
Audit cursor fell off the keep window. Client should re-boot and resume from the new latest_seq.
Constant Summary collapse
- JSONRPC_CODE =
-32_002
Instance Attribute Summary
Attributes inherited from Error
#code, #details, #exit_code, #hint
Instance Method Summary collapse
-
#initialize(message, details: {}) ⇒ CursorExpired
constructor
A new instance of CursorExpired.
Methods inherited from Error
Constructor Details
#initialize(message, details: {}) ⇒ CursorExpired
Returns a new instance of CursorExpired.
17 18 19 |
# File 'lib/textus/mcp/errors.rb', line 17 def initialize(, details: {}) super("cursor_expired", , details: details) end |