NC_EINVALCOORDS

Index exceeds dimension bound.

The specified corner indices were out of range for the rank of the specified variable. For example, a negative index or an index that is larger than the corresponding dimension length will cause an error.

extern (C)
enum NC_EINVALCOORDS = -40;

Meta