Status Codes (3 of 3)
SRM_STAT_CODE_INVALID_SOURCE_VECTOR,
/* If the source vector is NULL */
SRM_STAT_CODE_INVALID_DEST_VECTOR,
/* If the destination vector is NULL */
SRM_STAT_CODE_INVALID_SOURCE_MATRIX,
/* If the source matrix is NULL */
SRM_STAT_CODE_INVALID_DEST_MATRIX,
/* If the destination matrix is NULL */
SRM_STAT_CODE_INVALID_DEST_COSINE_GAMMA,
/* If the destination cosine gamma is NULL */
SRM_STAT_CODE_INVALID_DEST_SINE_GAMMA,
/* If the destination sine gamma is NULL */
SRM_STAT_CODE_MISSING_WGS84_GEOID_SEPARATION_FILE,
/* If the WGS84 geoid separation file cannot
be found or opened for reading */
SRM_STAT_CODE_INVALID_WGS84_GEOID_SEPARATION_FILE,
/* If the WGS84 geoid separation file is damaged */