Error Set InitError [src]

Errors

InvalidCharacter ParseIntError

The input was empty or contained an invalid character

MissingPrefix
Overflow ParseIntError

The result cannot fit in the type specified

Source

pub const InitError = std.fmt.ParseIntError || error{MissingPrefix} || std.io.FixedBufferStream(u8).WriteError