AWS SDK for C++

AWS SDK for C++ Version 1.11.695

Loading...
Searching...
No Matches
EventErrorCode.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
9
10namespace Aws {
11namespace ivsrealtime {
12namespace Model {
13enum class EventErrorCode {
14 NOT_SET,
29};
30
31namespace EventErrorCodeMapper {
32AWS_IVSREALTIME_API EventErrorCode GetEventErrorCodeForName(const Aws::String& name);
33
35} // namespace EventErrorCodeMapper
36} // namespace Model
37} // namespace ivsrealtime
38} // namespace Aws
AWS_IVSREALTIME_API EventErrorCode GetEventErrorCodeForName(const Aws::String &name)
AWS_IVSREALTIME_API Aws::String GetNameForEventErrorCode(EventErrorCode value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String