GLib.NumberParserError (original) (raw)
GLib
API Version: 2.0
Library Version: 2.85.0
Type
Generated by gi-docgen 2024.1
Enumeration
GLibNumberParserError
since: 2.54
Declaration
error-domain GLib.NumberParserError
Description [src]
Error codes returned by functions converting a string to a number.
Available since: 2.54
Members
String was not a valid number.
- Value:
0
- Available since: 2.54
G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS
String was a number, but out of bounds.
- Value:
1
- Available since: 2.54
Content