Type Alias

CRErrorCode

Enum, error code directly from citeproc-rs’ ffi layer (.nullPointer, .caughtPanic, .serdeJson, etc).

Declaration

typealias CRErrorCode = CRErrorCode

Discussion

The enum variants are not viewable in documentation due to this being a re-export from a C header.

See Also

Error handling