MCPcopy Create free account
hub / github.com/aria2/aria2 / getErrorCode

Method getErrorCode

src/Exception.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 int getErrNum() const { return errNum_; }
89
90 error_code::Value getErrorCode() const { return errorCode_; }
91};
92
93} // namespace aria2

Callers 13

testDownloadResultDHMethod · 0.45
mainFunction · 0.45
writeToDiskMethod · 0.45
flushWrDiskCacheFunction · 0.45
flushWrDiskCacheEntryFunction · 0.45
executeMethod · 0.45
onNewPieceMethod · 0.45
onFailureMethod · 0.45
handleExceptionMethod · 0.45
stackTraceMethod · 0.45

Calls

no outgoing calls

Tested by 2

testDownloadResultDHMethod · 0.36