Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetErrorCount
Method
GetErrorCount
Libraries/unrar/errhnd.hpp:56–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
void SetErrorCode(RAR_EXIT Code);
55
RAR_EXIT GetErrorCode() {return ExitCode;}
56
uint GetErrorCount() {return ErrCount;}
57
void SetSignalHandlers(bool Enable);
58
void Throw(RAR_EXIT Code);
59
void SetSilent(bool Mode) {Silent=Mode;}
Callers
1
DoExtract
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected