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.

WriteFailed Error

See the Writer implementation for detailed diagnostics.

Source

pub const InitError = std.fmt.ParseIntError || error{MissingPrefix} || std.Io.Writer.Error