tiny.zen.QuizStorageExhaustion
Defined in tiny.zen.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/quiz/model.zig:18
zig
pub const Exhaustion = error{ QuestionCapacityExceeded, OptionCapacityExceeded, JoinedTextByteCapacityExceeded, QuizStorageInUse,};Source: lib/zen/src/root.zig:162
zig
/// Identifies exceeded quiz storage or an already active result.pub const QuizStorageExhaustion = quiz.Exhaustion;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |