ScanBudgetExceeded

works.iterative.claude.core.log.BackwardLineReader.ScanBudgetExceeded
final case class ScanBudgetExceeded(scannedBytes: Long)

Signals that scanning back from the region end reached scannedBytes without exposing enough line boundaries to bound the requested page. The region carries a line longer than the scan budget, so it is corrupt or oversized and cannot be paged.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product