#include <string>
#include <vector>
Go to the source code of this file.
|  | 
| enum | ErrorCode { ExecutionNotFound, 
ExecutorNotFound, 
RunnerNotFound, 
SkillNotFound,
 SkillDescNotFound, 
NotFluxioCompExecutor, 
ProfileNotFound, 
ProviderNotFound,
 GenericMutexError, 
UserHasNoMutexError, 
AddSkillError, 
ProviderAlreadyExists,
 ConverterError, 
TestError, 
ParameterNotFound, 
ProfileHasNoParent,
 ProfileAlreadyExists, 
MissingRequired
 }
 | 
|  | 
|  | 
| std::string | createErrorMessage (ErrorCode code, const std::vector< std::string > &args) | 
|  | 
| std::string | formatString (const std::string &format, const std::vector< std::string > &args) | 
|  |