cnc_open_err

enum cnc_open_err

The error that occurred when trying to open or create a conversion resource.

Values:

enumerator cnc_open_err_ok

Returned when everything was okay.

enumerator cnc_open_err_no_conversion_path

Returned when there is no conversion path between the specified from and to encodings.

enumerator cnc_open_err_insufficient_output

Returned when there iss not enough output space to write into for creating the resource.

enumerator cnc_open_err_invalid_parameter

Returned when there is an invalid parameter passed in for creating the resource.

enumerator cnc_open_err_allocation_failure

Returned when a heap-related or allocation-related failure occurred.