Add new error code CODES_OUT_OF_RANGE

This commit is contained in:
Shahram Najm 2015-06-03 16:04:50 +01:00
parent 4409c41035
commit 2372e6e652
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
integer, parameter,public :: CODES_OUT_OF_RANGE = -65
integer, parameter,public :: CODES_UNSUPPORTED_EDITION = -64
integer, parameter,public :: CODES_ATTRIBUTE_NOT_FOUND = -63
integer, parameter,public :: CODES_TOO_MANY_ATTRIBUTES = -62

View File

@ -1250,6 +1250,8 @@ Error codes returned by the eccodes functions.
#define CODES_ATTRIBUTE_NOT_FOUND GRIB_ATTRIBUTE_NOT_FOUND
/** Edition not supported. */
#define CODES_UNSUPPORTED_EDITION GRIB_UNSUPPORTED_EDITION
/** Value out of coding range */
#define CODES_OUT_OF_RANGE GRIB_OUT_OF_RANGE
/*! @}*/