AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-payment-cryptography-data
include
aws
payment-cryptography-data
model
VerificationFailedReason.h
1
6
#pragma once
7
#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
PaymentCryptographyData
13
{
14
namespace
Model
15
{
16
enum class
VerificationFailedReason
17
{
18
NOT_SET
,
19
INVALID_MAC
,
20
INVALID_PIN
,
21
INVALID_VALIDATION_DATA
,
22
INVALID_AUTH_REQUEST_CRYPTOGRAM
23
};
24
25
namespace
VerificationFailedReasonMapper
26
{
27
AWS_PAYMENTCRYPTOGRAPHYDATA_API
VerificationFailedReason
GetVerificationFailedReasonForName
(
const
Aws::String
& name);
28
29
AWS_PAYMENTCRYPTOGRAPHYDATA_API
Aws::String
GetNameForVerificationFailedReason
(
VerificationFailedReason
value);
30
}
// namespace VerificationFailedReasonMapper
31
}
// namespace Model
32
}
// namespace PaymentCryptographyData
33
}
// namespace Aws
Aws::PaymentCryptographyData::Model::VerificationFailedReasonMapper::GetVerificationFailedReasonForName
AWS_PAYMENTCRYPTOGRAPHYDATA_API VerificationFailedReason GetVerificationFailedReasonForName(const Aws::String &name)
Aws::PaymentCryptographyData::Model::VerificationFailedReasonMapper::GetNameForVerificationFailedReason
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::String GetNameForVerificationFailedReason(VerificationFailedReason value)
Aws::PaymentCryptographyData::Model::VerificationFailedReason
VerificationFailedReason
Definition
VerificationFailedReason.h:17
Aws::PaymentCryptographyData::Model::VerificationFailedReason::INVALID_AUTH_REQUEST_CRYPTOGRAM
@ INVALID_AUTH_REQUEST_CRYPTOGRAM
Aws::PaymentCryptographyData::Model::VerificationFailedReason::INVALID_MAC
@ INVALID_MAC
Aws::PaymentCryptographyData::Model::VerificationFailedReason::INVALID_PIN
@ INVALID_PIN
Aws::PaymentCryptographyData::Model::VerificationFailedReason::INVALID_VALIDATION_DATA
@ INVALID_VALIDATION_DATA
Aws::PaymentCryptographyData::Model::DukptDerivationType::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