AWS SDK for C++
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/logging/LogLevel.h>
#include <aws/core/utils/logging/AWSLogging.h>
#include <aws/core/utils/logging/LogMacros.h>
Go to the source code of this file.
Macros | |
#define | AWS_OPERATION_CHECK_PTR(PTR, OPERATION, ERROR_TYPE, ERROR) |
#define | AWS_CHECK(LOG_TAG, CONDITION, ERROR_MESSAGE, RETURN) |
#define | AWS_CHECK_PTR(LOG_TAG, PTR) |
#define | AWS_OPERATION_CHECK_SUCCESS(OUTCOME, OPERATION, ERROR_TYPE, ERROR, ERROR_MESSAGE) |
#define | AWS_OPERATION_CHECK_PARAMETER_PRESENT(REQUEST, FIELD, OPERATION, CLIENT_NAMESPACE) |
#define AWS_CHECK | ( | LOG_TAG, | |
CONDITION, | |||
ERROR_MESSAGE, | |||
RETURN | |||
) |
Definition at line 23 of file ErrorMacros.h.
#define AWS_CHECK_PTR | ( | LOG_TAG, | |
PTR | |||
) |
Definition at line 32 of file ErrorMacros.h.
#define AWS_OPERATION_CHECK_PARAMETER_PRESENT | ( | REQUEST, | |
FIELD, | |||
OPERATION, | |||
CLIENT_NAMESPACE | |||
) |
Definition at line 50 of file ErrorMacros.h.
#define AWS_OPERATION_CHECK_PTR | ( | PTR, | |
OPERATION, | |||
ERROR_TYPE, | |||
ERROR | |||
) |
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0.
Definition at line 14 of file ErrorMacros.h.
#define AWS_OPERATION_CHECK_SUCCESS | ( | OUTCOME, | |
OPERATION, | |||
ERROR_TYPE, | |||
ERROR, | |||
ERROR_MESSAGE | |||
) |
Definition at line 41 of file ErrorMacros.h.