check if there is an error with the config
| 121 | |
| 122 | // check if there is an error with the config |
| 123 | bool ClipProcessingJobs::GetError(){ |
| 124 | return processingController.GetError(); |
| 125 | } |
| 126 | |
| 127 | // get the error message |
| 128 | std::string ClipProcessingJobs::GetErrorMessage(){ |
nothing calls this directly
no outgoing calls
no test coverage detected