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.
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
| Definitions | 1 |
|---|---|
| Public names | 4 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |