1.1 Error HandlingΒΆ
Most functions return a ZixStatus
which describes whether they succeeded (with zero, or ZIX_STATUS_SUCCESS
)
or why they failed.
The human-readable message for a status can be retrieved with zix_strerror()
.
Most functions return a ZixStatus
which describes whether they succeeded (with zero, or ZIX_STATUS_SUCCESS
)
or why they failed.
The human-readable message for a status can be retrieved with zix_strerror()
.