You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineNC_EOBJECT (-140) /**< Some object exists when it should not */
#defineNC_ENOOBJECT (-141) /**< Some object not found */
#defineNC_EPLUGIN (-142) /**< Unclassified failure in accessing a dynamically loaded plugin> */
I'd gladly try to make a PR but, well, I'm not sure how/where the docs are generated, so I wasn't sure where to make a PR. I mean I see that there is a file:
Thanks! I've updated this and added a little note to help remember to expand all-error-codes.md in the future, as we expand the error definitions in netcdf.h.
I noticed recently that the current error codes doc page:
https://docs.unidata.ucar.edu/netcdf-c/current/nc-error-codes.html
seems to be missing some newer error codes:
netcdf-c/include/netcdf.h
Lines 527 to 533 in 72ea68f
I'd gladly try to make a PR but, well, I'm not sure how/where the docs are generated, so I wasn't sure where to make a PR. I mean I see that there is a file:
https://github.com/Unidata/netcdf-c/blob/main/docs/all-error-codes.md
but I'm not sure if the doxygen is built from that because of things like #2336 and #2531 ? My search-fu on the repo's PRs has failed me.
The text was updated successfully, but these errors were encountered: