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/panorama/Panorama_EXPORTS.h> 9 #include <aws/core/client/AWSErrorMarshaller.h> 10 11 namespace Aws 12 { 13 namespace Client 14 { 15 16 class AWS_PANORAMA_API PanoramaErrorMarshaller : 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