$ errors.fyi/go/strconv.ErrRange 128 namespaces · 4,025 codes
go · go/strconv.ErrRange
strconv.ErrRange

Value Out Of Range

Returned by strconv parsing functions when the input value is syntactically valid but falls outside the range of the target type (e.g. parsing '300' into a uint8). Use a wider type or validate the value before converting.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT