Skip to documentation
SLOP

tiny.zen.QuizStorageExhaustion

Reference tiny.zen QuizStorageExhaustion

Defined in tiny.zen.

API (4)

Fields and members

Public fields and members.

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

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

quiz.Exhaustion.

Audit

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433