FluxioErrorMessages.h File Reference
#include <string>
#include <vector>
+ Include dependency graph for FluxioErrorMessages.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::skills
 This file is part of ArmarX.
 
 armarx::skills::error
 

Enumerations

enum  ErrorCode {
  ExecutionNotFound, ExecutorNotFound, RunnerNotFound, SkillNotFound,
  SkillDescNotFound, NotFluxioCompExecutor, ProfileNotFound, ProviderNotFound,
  GenericMutexError, UserHasNoMutexError, AddSkillError, ProviderAlreadyExists,
  ConverterError, TestError, ParameterNotFound, ProfileHasNoParent,
  ProfileAlreadyExists, MissingRequired
}
 

Functions

std::string createErrorMessage (ErrorCode code, const std::vector< std::string > &args)
 
std::string formatString (const std::string &format, const std::vector< std::string > &args)