Skip to content

Please confirm - What errors can be written to Log File #89

@greavette

Description

@greavette

Hello,

I'm looking to monitor my CryptSync using the log file. I see in the ErrorMsg.cpp the following messages. Are these the only errors I should be looking for:

// case ERROR_NO_MORE_FILES : s = "No more files"; break;
// case ERROR_DIRECTORY : s = "Error Directory"; break;
case E_NOTIMPL : s = "E_NOTIMPL : Not implemented"; break;
case E_NOINTERFACE : s = "E_NOINTERFACE : No such interface supported"; break;
case E_ABORT : s = "E_ABORT : Operation aborted"; break;
case E_FAIL : s = "E_FAIL : Unspecified error"; break;

Search String:

ERROR|Error|ABORT|FAIL

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions