MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetErrorMessage

Method GetErrorMessage

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

Source from the content-addressed store, hash-verified

84 }
85
86 std::string GetErrorMessage(){
87 std::lock_guard<std::mutex> lck (mtxerror);
88 std::string message = error_message;
89 return message;
90 }
91
92};
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected