Enum cookie_factory::GenError
[−]
[src]
pub enum GenError {
BufferTooSmall(usize),
InvalidOffset,
CustomError(u32),
NotYetImplemented,
}Base type for generator errors
Variants
BufferTooSmall(usize)Input buffer is too small. Argument is the maximum index that is required
InvalidOffsetOperation asked for accessing an invalid index
CustomError(u32)Allocated for custom errors
NotYetImplementedGenerator or function not yet implemented