Status Codes (3 of 3)
SE_COORD_INVALID_SOURCE_VECTOR,
/* If the source vector is NULL */
SE_COORD_INVALID_DEST_VECTOR,
/* If the destination vector is NULL */
SE_COORD_INVALID_SOURCE_MATRIX,
/* If the source matrix is NULL */
SE_COORD_INVALID_DEST_MATRIX,
/* If the destination matrix is NULL */
SE_COORD_INVALID_DEST_COSINE_GAMMA,
/* If the destination cosine gamma is NULL */
SE_COORD_INVALID_DEST_SINE_GAMMA,
/* If the destination sine gamma is NULL */
SE_COORD_MISSING_WGS84_GEOID_SEPARATION_FILE,
/* If the WGS84 geoid separation file cannot
be found or opened for reading */
SE_COORD_INVALID_WGS84_GEOID_SEPARATION_FILE,
/* If the WGS84 geoid separation file is damaged */
} SE_COORD_STATUS_CODE_ENUM;