Error codes 3000-3999
DeLaFitsString unit. String functions for formatting and converting the header keyword records.
3000, ERROR_STRING
3100, ERROR_STRING_LINE_LENGTH
The string is less than 80 characters long, which is not enough to convert it to the header keyword record (keyword; value; note)
3200, ERROR_STRING_BOOLEAN
Invalid string value for conversion to Boolean type, valid values are {“T”, ”F”}
3210, ERROR_STRING_BITPIX
Invalid string value for conversion to TBitPix type, valid values are {“-64”, ”-32”, ”8”, ”16”, ”32”, ”64”}
3220, ERROR_STRING_INT64
Invalid string value for conversion to Int64 type. The range for the Int64 type is from -263 through 263-1
3230, ERROR_STRING_INTEGER
Invalid string value for conversion to Integer type
3240, ERROR_STRING_FLOAT
Invalid string value for conversion to Float type
3250, ERROR_STRING_DATETIME
Invalid string value for conversion to TDateTime type. The string must be in the format “YYYY‑MM‑DDThh:mm:ss[.sss]”
3251, ERROR_STRING_DATETIME_FRAC_SECOND
Error converting a precise date and time value to a string: invalid atto-seconds value. The range for the atto-second values is from 0 to 1018-1
3252, ERROR_STRING_DATETIME_PREC_SECOND
Error converting a precise date and time value to a string: invalid conversion precision value. The range of precision values is from 0 to 18
3260, ERROR_STRING_COORDINATE_LENGTH
Invalid string value for conversion to coordinates: invalid number of components. In mixed form, the string must consist of three components separated by some character. For example, the format of the string representation of Right ascension in hour units is “HH:MM:SS[.sss]”
3261, ERROR_STRING_COORDINATE_VALUE
Invalid string value for conversion to coordinates: invalid component values. The values of the components of a mixed form string have a specific range. For example, the string representation of Right ascension in hour units might be “HH:MM:SS[.sss]”, where “HH” ranges from 0 to 23, while “MM” and “SS” range from 0 to 59
3262, ERROR_STRING_RA
Incorrect Right ascension value. The Right ascension value is in the range [0°.0 .. 360°.0) or [0h.0 .. 24h.0)
3263, ERROR_STRING_DE
Incorrect Declination value. The Declination value is in the range (-90°.0 .. +90°.0)