Describes why a parameter to a method is incorrect, or why a method could not be completed.
| Constant | Value | Description | 
|---|---|---|
| E_​SPATIALREFERENCE_​NOPRECISION | 32714 | (0x80047FCA) The xy precision information for this spatial reference system has not been defined. | 
| E_​SPATIALREFERENCE_​INVALID_​PARAMETER | 32715 | (0x80047FCB) This parameter is not appropriate for this projection. | 
| E_​SPATIALREFERENCE_​CANTDEFINESR | 32716 | (0x80047FCC) Not enough information has been supplied to construct this spatial reference. | 
| E_​SPATIALREFERENCE_​PRECISIONTOOHIGH | 32717 | (0x80047FCD) The domain extent with the specified precision doesn't contain the domain extent of the source spatial reference (ConstructHighPrecisionSpatialReference). | 
| E_​SPATIALREFERENCE_​INSUFFICIENTPRECISION | 32718 | (0x80047FCE) A low precision spatial reference cannot cover the specified extent at the input precision (ConstructLowPrecisionSpatialreference)). | 
| E_​SPATIALREFERENCE_​NOTAPRJFILE | 32719 | (0x80047FCF) The input to CreateESRISpatialReference(Info)FromPRJ(File) is not a workstation PRJ file. | 
| E_​SPATIALREFERENCE_​NOTAGCS | 32720 | (0x80047FD0) The specified WKID (factory code) or WKT (definition string) is not a Geographic Coordinate System. | 
| E_​SPATIALREFERENCE_​NOTAPCS | 32721 | (0x80047FD1) The specified WKID (factory code) or WKT (definition string) is not a Projected Coordinate System. | 
| E_​SPATIALREFERENCE_​NOTAUNIT | 32722 | (0x80047FD2) The specified WKID (factory code) or WKT (definition string) is not a linear or angular unit. | 
| E_​SPATIALREFERENCE_​EMPTYUNIT | 32723 | (0x80047FD3) A WKID or a WKT must be specified for a Unit. | 
| E_​SPATIALREFERENCE_​CANTDEFINEAUTH | 32724 | (0x80047FD4) Can't assign authority metadata to this spatial reference object because it is empty. | 
| E_​SPATIALREFERENCE_​BADVCSID | 32725 | (0x80047FD5) The specified WKID for a vertical coordinate system is not valid. | 
| E_​SPATIALREFERENCE_​NOMPRECISION | 32726 | (0x80047FD6) The m precision information for this spatial reference system has not been defined. | 
| E_​SPATIALREFERENCE_​NOZPRECISION | 32727 | (0x80047FD7) The z precision information for this spatial reference system has not been defined. | 
| E_​SPATIALREFERENCE_​CANTLOADXFORMFILE | 32728 | (0x80047FD8) The data file for this datum transformation cannot be loaded. | 
| E_​SPATIALREFERENCE_​INVALID_​JSON_​SR | 32729 | (0x80047FD9) Invalid JSON SR | 
| E_​SPATIALREFERENCE_​WRONG_​UNIT_​TYPE | 32730 | (0x80047FDA) Wrong unit type (expected linear unit, got angular unit, or vice versa) |