ArchiveError
Errors surfaced by ConversationArchive operations. Extends Throwable so an implementation may also let it propagate through effect types whose error channel is Throwable.
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Producttrait Equalsclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
A filesystem operation underlying an archive read or mirror failed.
A filesystem operation underlying an archive read or mirror failed.
Attributes
A transcript could not be paged: scanning back a whole scan budget from the page end reached no line boundary, so the transcript is corrupt or carries an oversized line. Paging stops rather than buffering unbounded bytes.
A transcript could not be paged: scanning back a whole scan budget from the page end reached no line boundary, so the transcript is corrupt or carries an oversized line. Paging stops rather than buffering unbounded bytes.
Attributes
A requested page size was outside the accepted range: it must be a positive count no larger than PageSize.Max, so no read is attempted for a non-positive or absurd page.
A requested page size was outside the accepted range: it must be a positive count no larger than PageSize.Max, so no read is attempted for a non-positive or absurd page.
Attributes
A session or sub-agent id did not match the accepted id shape, so no path was ever derived from it.
A session or sub-agent id did not match the accepted id shape, so no path was ever derived from it.
Attributes
A page cursor was minted against a transcript that no longer is the session's resolved source (e.g. the vendor tree was pruned between pages, so the mirror now wins). The offset would index a different file, so paging stops rather than reading it; restart from the latest page.
A page cursor was minted against a transcript that no longer is the session's resolved source (e.g. the vendor tree was pruned between pages, so the mirror now wins). The offset would index a different file, so paging stops rather than reading it; restart from the latest page.
Attributes
No main transcript exists for the requested session under the configured vendor projects directory and cwd encoding.
No main transcript exists for the requested session under the configured vendor projects directory and cwd encoding.
Attributes
No sub-agent transcript records the given parent tool_use id in the session's subagents directory.
No sub-agent transcript records the given parent tool_use id in the session's subagents directory.