/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include #include #include using namespace Aws::Client; using namespace Aws::Utils; using namespace Aws::LicenseManagerLinuxSubscriptions; namespace Aws { namespace LicenseManagerLinuxSubscriptions { namespace LicenseManagerLinuxSubscriptionsErrorMapper { static const int INTERNAL_SERVER_HASH = HashingUtils::HashString("InternalServerException"); AWSError GetErrorForName(const char* errorName) { int hashCode = HashingUtils::HashString(errorName); if (hashCode == INTERNAL_SERVER_HASH) { return AWSError(static_cast(LicenseManagerLinuxSubscriptionsErrors::INTERNAL_SERVER), false); } return AWSError(CoreErrors::UNKNOWN, false); } } // namespace LicenseManagerLinuxSubscriptionsErrorMapper } // namespace LicenseManagerLinuxSubscriptions } // namespace Aws