DoxigAlpha

InitError

Source

Implementation

#
const InitError = error{
    /// Frame uses a dictionary.
    DictionaryIdFlagUnsupported,
    /// Frame does not have a valid window size.
    WindowSizeUnknown,
    /// Window size exceeds `window_size_max` or max `usize` value.
    WindowOversize,
    /// Frame header indicates a content size exceeding max `usize` value.
    ContentOversize,
}