Error Set ParseEnvVarIntError [src]

Errors

EnvironmentVariableNotFound
InvalidCharacter ParseIntError

The input was empty or contained an invalid character

Overflow ParseIntError

The result cannot fit in the type specified

Source

pub const ParseEnvVarIntError = std.fmt.ParseIntError || error{EnvironmentVariableNotFound}