MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / getErrorCode

Method getErrorCode

src/tasks/CallbackTask.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 int CallbackTask::getErrorCode() const {
17 return cb_errorCode;
18 }
19
20 QString const & CallbackTask::getErrorMessage() const {
21 return cb_errorMessage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected