AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
ChimeErrors.h
1
6#pragma once
7
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/CoreErrors.h>
11
12namespace Aws {
13namespace Chime {
14enum class ChimeErrors {
15 // From Core//
24 MISSING_ACTION = 7, // SDK should never allow
25 MISSING_AUTHENTICATION_TOKEN = 8, // SDK should never allow
26 MISSING_PARAMETER = 9, // SDK should never allow
27 OPT_IN_REQUIRED = 10,
28 REQUEST_EXPIRED = 11,
30 THROTTLING = 13,
31 VALIDATION = 14,
32 ACCESS_DENIED = 15,
36 SLOW_DOWN = 19,
41 REQUEST_TIMEOUT = 24,
43
44 UNKNOWN = 100,
46
47 BAD_REQUEST = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
56};
57
58class AWS_CHIME_API ChimeError : public Aws::Client::AWSError<ChimeErrors> {
59 public:
63 ChimeError(const Aws::Client::AWSError<ChimeErrors>& rhs) : Aws::Client::AWSError<ChimeErrors>(rhs) {}
65
66 template <typename T>
68};
69
70namespace ChimeErrorMapper {
72}
73
74} // namespace Chime
75} // namespace Aws
ChimeError(const Aws::Client::AWSError< Aws::Client::CoreErrors > &rhs)
Definition ChimeErrors.h:61
ChimeError(Aws::Client::AWSError< ChimeErrors > &&rhs)
Definition ChimeErrors.h:64
ChimeError(Aws::Client::AWSError< Aws::Client::CoreErrors > &&rhs)
Definition ChimeErrors.h:62
ChimeError(const Aws::Client::AWSError< ChimeErrors > &rhs)
Definition ChimeErrors.h:63
AWS_CHIME_API Aws::Client::AWSError< Aws::Client::CoreErrors > GetErrorForName(const char *errorName)