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


Appendix F DAP Error Codes

If the DAP client is enabled, then the following additional error codes may occur.

     #define NC_EDAP         (-66)   /* Generic DAP error */
     #define NC_ECURL        (-67)   /* Generic libcurl error */
     #define NC_EIO          (-68)   /* Generic IO error */
     #define NC_ENODATA      (-69)   /* Attempt to access variable with no data */
     #define NC_EDAPSVC      (-70)   /* DAP Server side error */
     #define NC_EDAS         (-71)   /* Malformed or inaccessible DAS */
     #define NC_EDDS         (-72)   /* Malformed or inaccessible DDS */
     #define NC_EDATADDS     (-73)   /* Malformed or inaccessible DATADDS */
     #define NC_EDAPURL      (-74)   /* Malformed DAP URL */
     #define NC_EDAPCONSTRAINT (-75) /* Malformed DAP Constraint*/
     #define NC_EDAP         (-66)   /* Generic DAP error */
     #define NC_ECURL        (-67)   /* Generic libcurl error */
     #define NC_EIO          (-68)   /* Generic IO error */
     #define NC_ENODATA      (-69)   /* Attempt to access variable with no data */
     #define NC_EDAPSVC      (-70)   /* DAP Server side error */
     #define NC_EDAS         (-71)   /* Malformed or inaccessible DAS */
     #define NC_EDDS         (-72)   /* Malformed or inaccessible DDS */
     #define NC_EDATADDS     (-73)   /* Malformed or inaccessible DATADDS */
     #define NC_EDAPURL      (-74)   /* Malformed DAP URL */
     #define NC_EDAPCONSTRAINT (-75) /* Malformed DAP Constraint*/