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
{
8
ExecutionNotFound
,
9
ExecutorNotFound
,
10
RunnerNotFound
,
11
SkillNotFound
,
12
SkillDescNotFound
,
13
NotFluxioCompExecutor
,
14
ProfileNotFound
,
15
ProviderNotFound
,
16
GenericMutexError
,
17
UserHasNoMutexError
,
18
AddSkillError
,
19
ProviderAlreadyExists
,
20
ConverterError
,
21
TestError
,
22
ParameterNotFound
,
23
ProfileHasNoParent
,
24
ProfileAlreadyExists
,
25
MissingRequired
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
RobotAPI
libraries
skills
core
error
FluxioErrorMessages.h
Generated on Sat Apr 5 2025 09:13:28 for armarx_documentation by
1.8.17