Error Set ParseEnvVarIntError [src]
Errors
The input was empty or contained an invalid character.
The result cannot fit in the type specified.
Source
pub const ParseEnvVarIntError = std.fmt.ParseIntError || error{EnvironmentVariableNotFound} The input was empty or contained an invalid character.
The result cannot fit in the type specified.
pub const ParseEnvVarIntError = std.fmt.ParseIntError || error{EnvironmentVariableNotFound}