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

Method GetError

src/ClipProcessingJobs.cpp:123–125  ·  view source on GitHub ↗

check if there is an error with the config

Source from the content-addressed store, hash-verified

121
122// check if there is an error with the config
123bool ClipProcessingJobs::GetError(){
124 return processingController.GetError();
125}
126
127// get the error message
128std::string ClipProcessingJobs::GetErrorMessage(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected