1 /**
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  * SPDX-License-Identifier: Apache-2.0.
4  */
5 
6 #pragma once
7 
8 #include <aws/outposts/Outposts_EXPORTS.h>
9 #include <aws/core/client/AWSErrorMarshaller.h>
10 
11 namespace Aws
12 {
13 namespace Client
14 {
15 
16 class AWS_OUTPOSTS_API OutpostsErrorMarshaller : public Aws::Client::JsonErrorMarshaller
17 {
18 public:
19   Aws::Client::AWSError<Aws::Client::CoreErrors> FindErrorByName(const char* exceptionName) const override;
20 };
21 
22 } // namespace Client
23 } // namespace Aws
24