FluxioErrorMessages.h
Go to the documentation of this file.
1 #include <string>
2 #include <vector>
3 
4 namespace armarx::skills::error
5 {
6  enum class ErrorCode
7  {
21  TestError,
26  };
27 
28  std::string formatString(const std::string& format, const std::vector<std::string>& args);
29 
30  std::string createErrorMessage(ErrorCode code, const std::vector<std::string>& args);
31 
32 } // namespace armarx::skills::error
armarx::skills::error::ErrorCode::NotFluxioCompExecutor
@ NotFluxioCompExecutor
armarx::skills::error
Definition: Exception.h:29
armarx::skills::error::ErrorCode::ParameterNotFound
@ ParameterNotFound
armarx::skills::error::ErrorCode::UserHasNoMutexError
@ UserHasNoMutexError
armarx::skills::error::createErrorMessage
std::string createErrorMessage(ErrorCode code, const std::vector< std::string > &args)
Definition: FluxioErrorMessages.cpp:25
armarx::skills::error::ErrorCode::AddSkillError
@ AddSkillError
armarx::skills::error::ErrorCode::MissingRequired
@ MissingRequired
armarx::skills::error::ErrorCode::ProfileHasNoParent
@ ProfileHasNoParent
armarx::skills::error::ErrorCode::RunnerNotFound
@ RunnerNotFound
armarx::skills::error::ErrorCode::ConverterError
@ ConverterError
armarx::skills::error::ErrorCode::SkillNotFound
@ SkillNotFound
armarx::skills::error::ErrorCode::GenericMutexError
@ GenericMutexError
armarx::skills::error::ErrorCode::ProviderNotFound
@ ProviderNotFound
armarx::skills::error::ErrorCode::ExecutionNotFound
@ ExecutionNotFound
armarx::skills::error::ErrorCode::ExecutorNotFound
@ ExecutorNotFound
armarx::skills::error::ErrorCode::ProfileNotFound
@ ProfileNotFound
armarx::skills::error::ErrorCode::SkillDescNotFound
@ SkillDescNotFound
armarx::skills::error::ErrorCode::TestError
@ TestError
armarx::skills::error::ErrorCode
ErrorCode
Definition: FluxioErrorMessages.h:6
armarx::skills::error::formatString
std::string formatString(const std::string &format, const std::vector< std::string > &args)
Definition: FluxioErrorMessages.cpp:8
armarx::skills::error::ErrorCode::ProviderAlreadyExists
@ ProviderAlreadyExists
armarx::skills::error::ErrorCode::ProfileAlreadyExists
@ ProfileAlreadyExists