/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace ChimeSDKVoice { namespace Model { enum class ErrorCode { NOT_SET, BadRequest, Conflict, Forbidden, NotFound, PreconditionFailed, ResourceLimitExceeded, ServiceFailure, AccessDenied, ServiceUnavailable, Throttled, Throttling, Unauthorized, Unprocessable, VoiceConnectorGroupAssociationsExist, PhoneNumberAssociationsExist, Gone }; namespace ErrorCodeMapper { AWS_CHIMESDKVOICE_API ErrorCode GetErrorCodeForName(const Aws::String& name); AWS_CHIMESDKVOICE_API Aws::String GetNameForErrorCode(ErrorCode value); } // namespace ErrorCodeMapper } // namespace Model } // namespace ChimeSDKVoice } // namespace Aws