struct jnc_Error
Opaque structure used as a handle to Jancy error-describing buffer.
Use functions from the
Error Subsystem
group to access and manage the contents of this structure.
#include <jnc_Error.h> struct jnc_Error { // fields uint32_t m_size; jnc_Guid m_guid; uint32_t m_code; };