[原][c][netCDF]返回值合集(错误列表)
#define NC_NOERR 0 /**< No Error */ #define NC2_ERR (-1) /**< Returned for all errors in the v2 API. */ /* * Not a netcdf id. The specified netCDF ID does not refer to an open netCDF dataset. */ #define NC_EBADID (-33) #define NC_ENFILE (-34) /**< Too many netcdfs open */ #define NC_EEXIST (-35) /**< netcdf file exists && NC_NOCLOBBER */ #define NC_EINVAL (-36) /**< Invalid Argument */ #define NC_EPERM (-37) /**< Write to read only */ /* * Operation not allowed in data mode. This is returned for netCDF classic or 64-bit offset files, or for netCDF-4 files, when they were been created with ::NC