/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include #include using namespace Aws::Client; using namespace Aws::Utils; using namespace Aws::IoTThingsGraph; namespace Aws { namespace IoTThingsGraph { namespace IoTThingsGraphErrorMapper { AWSError GetErrorForName(const char* errorName) { AWS_UNREFERENCED_PARAM(errorName); return AWSError(CoreErrors::UNKNOWN, false); } } // namespace IoTThingsGraphErrorMapper } // namespace IoTThingsGraph } // namespace Aws