Exception: Textus::MCP::CursorExpired

Inherits:
Error
  • Object
show all
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

Methods inherited from Error

#to_envelope

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(message, details: {})
  super("cursor_expired", message, details: details)
end