AWS SDK for C++
AWS SDK for C++ Version 1.11.853
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-application-signals
include
aws
application-signals
model
InstrumentationErrorCause.h
1
6
#pragma once
7
#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
ApplicationSignals {
12
namespace
Model {
13
enum class
InstrumentationErrorCause
{
14
NOT_SET
,
15
FILE_NOT_FOUND
,
16
METHOD_NOT_FOUND
,
17
LINE_NOT_EXECUTABLE
,
18
OVERLOADED_METHODS
,
19
LANGUAGE_MISMATCH
,
20
RUNTIME_ERROR
21
};
22
23
namespace
InstrumentationErrorCauseMapper {
24
AWS_APPLICATIONSIGNALS_API
InstrumentationErrorCause
GetInstrumentationErrorCauseForName
(
const
Aws::String
& name);
25
26
AWS_APPLICATIONSIGNALS_API
Aws::String
GetNameForInstrumentationErrorCause
(
InstrumentationErrorCause
value);
27
}
// namespace InstrumentationErrorCauseMapper
28
}
// namespace Model
29
}
// namespace ApplicationSignals
30
}
// namespace Aws
Aws::ApplicationSignals::Model::InstrumentationErrorCauseMapper::GetInstrumentationErrorCauseForName
AWS_APPLICATIONSIGNALS_API InstrumentationErrorCause GetInstrumentationErrorCauseForName(const Aws::String &name)
Aws::ApplicationSignals::Model::InstrumentationErrorCauseMapper::GetNameForInstrumentationErrorCause
AWS_APPLICATIONSIGNALS_API Aws::String GetNameForInstrumentationErrorCause(InstrumentationErrorCause value)
Aws::ApplicationSignals::Model::BatchDeleteErrorCode::NOT_SET
@ NOT_SET
Aws::ApplicationSignals::Model::InstrumentationErrorCause
InstrumentationErrorCause
Definition
InstrumentationErrorCause.h:13
Aws::ApplicationSignals::Model::InstrumentationErrorCause::LANGUAGE_MISMATCH
@ LANGUAGE_MISMATCH
Aws::ApplicationSignals::Model::InstrumentationErrorCause::RUNTIME_ERROR
@ RUNTIME_ERROR
Aws::ApplicationSignals::Model::InstrumentationErrorCause::LINE_NOT_EXECUTABLE
@ LINE_NOT_EXECUTABLE
Aws::ApplicationSignals::Model::InstrumentationErrorCause::METHOD_NOT_FOUND
@ METHOD_NOT_FOUND
Aws::ApplicationSignals::Model::InstrumentationErrorCause::FILE_NOT_FOUND
@ FILE_NOT_FOUND
Aws::ApplicationSignals::Model::InstrumentationErrorCause::OVERLOADED_METHODS
@ OVERLOADED_METHODS
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences