Definition in file psAstronomyErrors.h.
Go to the source code of this file.
Defines | |
| #define | PS_ERRORTEXT_psTime_FILE_NOT_FOUND "Failed to open file %s." |
| #define | PS_ERRORTEXT_psTime_FILE_TOO_MANY_ROWS "Too many rows found in file %s. Max number of rows allowed is %d." |
| #define | PS_ERRORTEXT_psTime_TIME_POSTDATES_TABLE "Specified psTime postdates (%g) the table of %s information." |
| #define | PS_ERRORTEXT_psTime_TIME_PREDATES_TABLE "Specified psTime predates (%g) the table of %s information." |
| #define | PS_ERRORTEXT_psTime_TIME_POSTDATES_TABLES "Specified psTime postdates (%g) all tables of %s information." |
| #define | PS_ERRORTEXT_psTime_TIME_PREDATES_TABLES "Specified psTime predates (%g) all tables of %s information." |
| #define | PS_ERRORTEXT_psTime_TABLE_DUPLICATE_ROWS "The %s table was found to have two rows of the same time value." |
| #define | PS_ERRORTEXT_psTime_TYPE_UNKNOWN "Specified type, %d, is not supported." |
| #define | PS_ERRORTEXT_psTime_TYPE_INCORRECT "Specified type, %d, is incorrect." |
| #define | PS_ERRORTEXT_psTime_TYPE_MISMATCH "Specified psTime parameters must have same type." |
| #define | PS_ERRORTEXT_psTime_GET_TOD_FAILED "Failed to determine the current time from gettimeofday function." |
| #define | PS_ERRORTEXT_psTime_CONVERT_TIME_TO_STRING_FAILED "Failed to convert a time via strftime function." |
| #define | PS_ERRORTEXT_psTime_APPEND_MSEC_FAILED "Failed to append millisecond to time string with snprintf function." |
| #define | PS_ERRORTEXT_psTime_USEC_INVALID "The psTime usec attribute value, %u, is invalid. Must be less than 1e6." |
| #define | PS_ERRORTEXT_psTime_ISOTIME_MALFORMED "Specified ISO Time string, '%s', is malformed. Must be in 'YYYY-MM-DDThh:mm:ss.sss' format." |
| #define | PS_ERRORTEXT_psTime_INTERPOLATION_FAILED "Failed time table interpolation." |
| #define | PS_ERRORTEXT_psTime_INTERPOLATION_FAILED_NAME "Failed time table interpolation for '%s'." |
| #define | PS_ERRORTEXT_psTime_LOOKUP_METADATA_FAILED "Failed find '%s' in time metadata." |
| #define | PS_ERRORTEXT_psTime_BAD_TABLE_COUNT "Incorrect number of table files entered. Found: %d. Expected: %d." |
| #define | PS_ERRORTEXT_psTime_BAD_VECTOR "Incorrect vector size. Size: %d, Expected %d." |
| #define | PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNDEFINED "The projection type, %s, is undefined." |
| #define | PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN "The projection type, %d, is unknown." |
| #define | PS_ERRORTEXT_psCoord_UNITS_UNKNOWN "Specified units, 0x%x, is not supported." |
| #define | PS_ERRORTEXT_psCoord_OFFSET_MODE_UNKNOWN "Specified offset mode, 0x%x, is not supported." |
| #define | PS_ERRORTEXT_psCoord_INVALID_MJD "Specified time is less than 1900." |
| #define | PS_ERRORTEXT_psAstrometry_NONLINEAR_TRANSFORM "The %s transfrom is not linear. Only linear transforms are supported." |
| #define | PS_ERRORTEXT_psMetadata_METATYPE_INVALID "Specified psMetadataType, %d, is not supported." |
| #define | PS_ERRORTEXT_psMetadata_FORMAT_INVALID "Specified print format, %%%c, is not supported." |
| #define | PS_ERRORTEXT_psMetadata_METATYPE_MISMATCH "Specified psMetadataType, %d, is incorrect. Expected %d." |
| #define | PS_ERRORTEXT_psMetadata_ADD_LIST_FAILED "Failed to add metadata item, %s, to items list." |
| #define | PS_ERRORTEXT_psMetadata_ADD_TABLE_FAILED "Failed to add metadata item, %s, to items table." |
| #define | PS_ERRORTEXT_psMetadata_REMOVE_LIST_FAILED "Failed to remove metadata item, %s, from metadata list." |
| #define | PS_ERRORTEXT_psMetadata_REMOVE_LIST_INDEX_FAILED "Failed to remove metadata item, at index %d, from metadata list." |
| #define | PS_ERRORTEXT_psMetadata_REMOVE_TABLE_FAILED "Failed to remove metadata item, %s, from metadata table." |
| #define | PS_ERRORTEXT_psMetadata_ADD_COLLECTION_FAILED "Failed to add metadata item, %s, to metadata collection list." |
| #define | PS_ERRORTEXT_psMetadata_ADD_FAILED "Failed to add metadata item to metadata collection list." |
| #define | PS_ERRORTEXT_psMetadata_FIND_FAILED "Could not find metadata item, %s." |
| #define | PS_ERRORTEXT_psMetadata_FIND_INDEX_FAILED "Could not find metadata item at index %d." |
| #define | PS_ERRORTEXT_psMetadata_DUPLICATE_NOT_ALLOWED "Duplicate metadata item name is not allowed. Use a psMetadataFlags option to allow such action." |
| #define | PS_ERRORTEXT_psMetadata_REGEX_INVALID "Specified regular expression is invalid. %s." |
| #define | PS_ERRORTEXT_psMetadata_LOCATION_INVALID "Specified location, %d, is invalid." |
| #define | PS_ERRORTEXT_psMetadataIO_TYPE_INVALID "Specified type, %d, is not supported." |
| #define | PS_ERRORTEXT_psMetadataIO_EXTNUM_NOTPOSITIVE "Specified extension number, %d, is invalid. Value must be positive if no extension name is given." |
| #define | PS_ERRORTEXT_psMetadataIO_FITS_METATYPE_INVALID "Specified FITS metadata type, %c, is not supported." |
| #define | PS_ERRORTEXT_psMetadataIO_ADD_FAILED "Failed to add metadata item, %s." |
| #define | PS_ERRORTEXT_psMetadataIO_FILE_OPEN_FAILED "Failed to open file '%s'. Check if it exists and it has the proper permissions." |
| #define | PS_ERRORTEXT_psMetadataIO_FILE_MULTIPLE_CHAR "More than one '%c' character not allowed. Found on line %u of %s." |
| #define | PS_ERRORTEXT_psMetadataIO_FILE_ELEMENT_NULL "Failed to read a metadata %s on line %u of %s." |
| #define | PS_ERRORTEXT_psMetadataIO_FILE_TYPE_INVALID "Metadata type '%s', found on line %u of %s, is invalid." |
| #define | PS_ERRORTEXT_psMetadataIO_OVERWRITE_ITEM "Duplicate Metadata item, %s, found on line %u of %s. Overwrite not allowed." |
| #define | PS_ERRORTEXT_psMetadataIO_PARSE_FAILED "Failed to parse the value '%s' of metadata item %s, type %s, on line %u of %s." |
| #define | PS_ERRORTEXT_psMetadataIO_NO_NAME "Failed to find key 'name' in table on line %u of %s." |
| #define | PS_ERRORTEXT_psMetadataIO_TYPE_INVALID_LINE_FILE "Specified type, %s, is not supported on line %u of %s." |
| #define | PS_ERRORTEXT_psMetadataIO_TAG_MISMATCH "Start tag, %s and end tag, %s do not agree." |
| #define | PS_ERRORTEXT_psMetadataIO_TAG_UNKNOWN "Invalid end tag name, %s." |
| #define | PS_ERRORTEXT_psMetadataIO_TYPE_DUPLICATE "Specified type, %s, on line %u of %s is already defined." |
| #define | PS_ERRORTEXT_psMetadataIO_DUPLICATE_MULTI "Duplicate MULTI specifier on line %u of %s." |
|
|
Definition at line 55 of file psAstronomyErrors.h. |
|
|
Definition at line 54 of file psAstronomyErrors.h. |
|
|
Definition at line 53 of file psAstronomyErrors.h. |
|
|
Definition at line 50 of file psAstronomyErrors.h. |
|
|
Definition at line 51 of file psAstronomyErrors.h. |
|
|
Definition at line 52 of file psAstronomyErrors.h. |
|
|
Definition at line 64 of file psAstronomyErrors.h. |
|
|
Definition at line 65 of file psAstronomyErrors.h. |
|
|
Definition at line 59 of file psAstronomyErrors.h. |
|
|
Definition at line 60 of file psAstronomyErrors.h. |
|
|
Definition at line 68 of file psAstronomyErrors.h. |
|
|
Definition at line 66 of file psAstronomyErrors.h. |
|
|
Definition at line 67 of file psAstronomyErrors.h. |
|
|
Definition at line 57 of file psAstronomyErrors.h. |
|
|
Definition at line 70 of file psAstronomyErrors.h. |
|
|
Definition at line 56 of file psAstronomyErrors.h. |
|
|
Definition at line 58 of file psAstronomyErrors.h. |
|
|
Definition at line 69 of file psAstronomyErrors.h. |
|
|
Definition at line 61 of file psAstronomyErrors.h. |
|
|
Definition at line 62 of file psAstronomyErrors.h. |
|
|
Definition at line 63 of file psAstronomyErrors.h. |
|
|
Definition at line 74 of file psAstronomyErrors.h. |
|
|
Definition at line 86 of file psAstronomyErrors.h. |
|
|
Definition at line 72 of file psAstronomyErrors.h. |
|
|
Definition at line 77 of file psAstronomyErrors.h. |
|
|
Definition at line 76 of file psAstronomyErrors.h. |
|
|
Definition at line 75 of file psAstronomyErrors.h. |
|
|
Definition at line 78 of file psAstronomyErrors.h. |
|
|
Definition at line 73 of file psAstronomyErrors.h. |
|
|
Definition at line 81 of file psAstronomyErrors.h. |
|
|
Definition at line 79 of file psAstronomyErrors.h. |
|
|
Definition at line 80 of file psAstronomyErrors.h. |
|
|
Definition at line 83 of file psAstronomyErrors.h. |
|
|
Definition at line 84 of file psAstronomyErrors.h. |
|
|
Definition at line 85 of file psAstronomyErrors.h. |
|
|
Definition at line 71 of file psAstronomyErrors.h. |
|
|
Definition at line 82 of file psAstronomyErrors.h. |
|
|
Definition at line 42 of file psAstronomyErrors.h. |
|
|
Definition at line 48 of file psAstronomyErrors.h. |
|
|
Definition at line 49 of file psAstronomyErrors.h. |
|
|
Definition at line 41 of file psAstronomyErrors.h. |
|
|
Definition at line 30 of file psAstronomyErrors.h. |
|
|
Definition at line 31 of file psAstronomyErrors.h. |
|
|
Definition at line 40 of file psAstronomyErrors.h. |
|
|
Definition at line 45 of file psAstronomyErrors.h. |
|
|
Definition at line 46 of file psAstronomyErrors.h. |
|
|
Definition at line 44 of file psAstronomyErrors.h. |
|
|
Definition at line 47 of file psAstronomyErrors.h. |
|
|
Definition at line 36 of file psAstronomyErrors.h. |
|
|
Definition at line 32 of file psAstronomyErrors.h. |
|
|
Definition at line 34 of file psAstronomyErrors.h. |
|
|
Definition at line 33 of file psAstronomyErrors.h. |
|
|
Definition at line 35 of file psAstronomyErrors.h. |
|
|
Definition at line 38 of file psAstronomyErrors.h. |
|
|
Definition at line 39 of file psAstronomyErrors.h. |
|
|
Definition at line 37 of file psAstronomyErrors.h. |
|
|
Definition at line 43 of file psAstronomyErrors.h. |
1.4.1