go · go/strconv.ErrSyntax
strconv.ErrSyntax
Invalid Syntax
Returned by strconv functions (Atoi, ParseInt, ParseFloat, etc.) when the input string is not a valid representation of the requested type. Unwrap the *strconv.NumError to inspect the problematic value.
References
In this namespace
← previous strconv.ErrRange Value Out Of Range
— end of namespace —