Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Next: , Previous: NetCDF-3 Error Codes, Up: Top



Appendix E NetCDF-4 Error Codes

NetCDF-4 uses all error codes from NetCDF-3 (see NetCDF-3 Error Codes). The following additional error codes were added for new errors unique to netCDF-4.

     #define NC_EHDFERR       (-101)
     #define NC_ECANTREAD     (-102)
     #define NC_ECANTWRITE    (-103)
     #define NC_ECANTCREATE   (-104)
     #define NC_EFILEMETA     (-105)
     #define NC_EDIMMETA      (-106)
     #define NC_EATTMETA      (-107)
     #define NC_EVARMETA      (-108)
     #define NC_ENOCOMPOUND   (-109)
     #define NC_EATTEXISTS    (-110)
     #define NC_ENOTNC4       (-111) /* Attempting netcdf-4 operation on netcdf-3 file. */
     #define NC_ESTRICTNC3    (-112) /* Attempting netcdf-4 operation on strict nc3 netcdf-4 file. */
     #define NC_EBADGRPID     (-113) /* Bad group id. Bad! */
     #define NC_EBADTYPEID    (-114) /* Bad type id. */
     #define NC_EBADFIELDID   (-115) /* Bad field id. */
     #define NC_EUNKNAME      (-116)
 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Office of Programs University Corporation for Atmospheric Research (UCAR)   Unidata is a member of the UCAR Office of Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690