Skip to documentation
SLOP

tiny.acp.ReaderExhaustion

Reference tiny.acp ReaderExhaustion

Defined in tiny.acp.

A caller uses this error to tell an overlong line apart from other failures.

API (1)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.acpReaderExhaustion
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/acp/src/reader/storage.zig:9

zig
/// A caller uses this error to tell an overlong line apart from other failures. The type defines/// the one error the reader returns once it runs: `ReaderMessageCapacityExceeded`, for a line past/// the limit. The package exports it as `acp.ReaderExhaustion`. The client returns it from `start`/// and the prompt calls.pub const Exhaustion = error{ReaderMessageCapacityExceeded};

Source: lib/acp/src/root.zig:87

zig
pub const ReaderExhaustion = reader.Exhaustion;

Also reachable as

ReaderStorage.Exhaustion, reader.Exhaustion, reader.Storage.Exhaustion.

Audit

Definitions1
Public names4
Members1
Version26.7.0
Revisiondaab053ee433