pub fn invalid_numeric<T: Display>(value: T, reason: &str) -> CoreErrorExpand description
Create numeric parsing error with value and reason
Generates a CoreError::InvalidNumeric with both the invalid value
and the reason parsing failed for better debugging.
ยงArguments
value- The value that failed to parsereason- Description of why parsing failed