Struct ExternalStreamErrorInfoInterop

Struct ExternalStreamErrorInfoInterop#

Struct Documentation#

struct ExternalStreamErrorInfoInterop#

This structure gives additional information about an error that occurred in the external stream.

Public Members

std::int32_t error_code#

The error code - possible values are the constants kStreamErrorCode_XXX.

MemoryAllocationObjectHandle error_message#

The error message (zero-terminated UTF8-encoded string). This string must be allocated with ‘libCZI_AllocateString’.