AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-location
include
aws
location
model
RouteMatrixErrorCode.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/location/LocationService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LocationService {
12
namespace
Model {
13
enum class
RouteMatrixErrorCode
{
14
NOT_SET
,
15
RouteNotFound
,
16
RouteTooLong
,
17
PositionsNotFound
,
18
DestinationPositionNotFound
,
19
DeparturePositionNotFound
,
20
OtherValidationError
21
};
22
23
namespace
RouteMatrixErrorCodeMapper {
24
AWS_LOCATIONSERVICE_API
RouteMatrixErrorCode
GetRouteMatrixErrorCodeForName
(
const
Aws::String
& name);
25
26
AWS_LOCATIONSERVICE_API
Aws::String
GetNameForRouteMatrixErrorCode
(
RouteMatrixErrorCode
value);
27
}
// namespace RouteMatrixErrorCodeMapper
28
}
// namespace Model
29
}
// namespace LocationService
30
}
// namespace Aws
Aws::LocationService::Model::RouteMatrixErrorCodeMapper::GetRouteMatrixErrorCodeForName
AWS_LOCATIONSERVICE_API RouteMatrixErrorCode GetRouteMatrixErrorCodeForName(const Aws::String &name)
Aws::LocationService::Model::RouteMatrixErrorCodeMapper::GetNameForRouteMatrixErrorCode
AWS_LOCATIONSERVICE_API Aws::String GetNameForRouteMatrixErrorCode(RouteMatrixErrorCode value)
Aws::LocationService::Model::RouteMatrixErrorCode
RouteMatrixErrorCode
Definition
RouteMatrixErrorCode.h:13
Aws::LocationService::Model::RouteMatrixErrorCode::DestinationPositionNotFound
@ DestinationPositionNotFound
Aws::LocationService::Model::RouteMatrixErrorCode::RouteTooLong
@ RouteTooLong
Aws::LocationService::Model::RouteMatrixErrorCode::RouteNotFound
@ RouteNotFound
Aws::LocationService::Model::RouteMatrixErrorCode::DeparturePositionNotFound
@ DeparturePositionNotFound
Aws::LocationService::Model::RouteMatrixErrorCode::PositionsNotFound
@ PositionsNotFound
Aws::LocationService::Model::RouteMatrixErrorCode::OtherValidationError
@ OtherValidationError
Aws::LocationService::Model::BatchItemErrorCode::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences