Status Codes (1 of 3)
/* Return codes used by the SRM coordinate
operations (conversion, transformation, etc.). */
/* Coordinate operation successful */
SE_COORD_INVALID_SOURCE_SRF_PARAMETERS,
/* If the source spatial reference frame (SRF) parameters are wrong, or the pointer is NULL */
SE_COORD_INVALID_DEST_SRF_PARAMETERS,
/* If the destination spatial reference frame (SRF) parameters are wrong, or the pointer is NULL */
SE_COORD_INVALID_SRF_PAIR,
/* If the merged source+destination spatial reference frame (SRF) parameters ptr is NULL or invalid */
SE_COORD_INVALID_SOURCE_COORD,
/* If the source coordinate is NULL, or invalid within the source spatial reference frame (SRF) */