/* Error codes for calstis. */ # define STIS_OK 0 # define ERROR_RETURN 2 /* set in stxtools/errxit.x */ # define OUT_OF_MEMORY 111 # define OPEN_FAILED 114 # define CAL_FILE_MISSING 115 # define NOTHING_TO_DO 116 # define KEYWORD_MISSING 117 # define ALLOCATION_PROBLEM 118 # define HEADER_PROBLEM 119 # define SIZE_MISMATCH 120 # define IO_ERROR 121 # define TABLE_ERROR 141 # define COLUMN_NOT_FOUND 142 # define NO_GOOD_DATA 151 # define REF_TOO_SMALL 171 # define INTERNAL_ERROR 999 # define GENERIC_ERROR_CODE 1111 /* # define UNSUPPORTED_APERTURE 1030 */