Du läser för närvarande dokumentationen för:
ECF_GetErrorMessage
The ECF_GetErrorMessage function translates an ECF_ErrorCode to a readable string.
const char * ECF_GetErrorMessage(
   ECF_ErrorCode err
);
Parameters
err
This is the ECF_ErrorCode to translate.
Return value
Returns a const string that can be displayed to the end user.
Remarks
Error codes between ECFERR_BLOCKDRIVER_ERROR_FIRST and ECFERR_BLOCKDRIVER_ERROR_LAST are reserved for block driver errors and ECF_GetErrorMessage will not return a meaningful error message for these error codes.
Example Code
See ECF_Mount