AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
MainframeModernizationErrorMarshaller.h
1
6#pragma once
7
8#include <aws/core/client/AWSErrorMarshaller.h>
9#include <aws/m2/MainframeModernization_EXPORTS.h>
10
11namespace Aws {
12namespace Client {
13
14class AWS_MAINFRAMEMODERNIZATION_API MainframeModernizationErrorMarshaller : public Aws::Client::JsonErrorMarshaller {
15 public:
16 Aws::Client::AWSError<Aws::Client::CoreErrors> FindErrorByName(const char* exceptionName) const override;
17};
18
19} // namespace Client
20} // namespace Aws
Aws::Client::AWSError< Aws::Client::CoreErrors > FindErrorByName(const char *exceptionName) const override