Main Page
Namespaces
Classes
Files
File List
File Members
include
cloudwatch_logs_common
ros_cloudwatch_logs_errors.h
Go to the documentation of this file.
1
/*
2
* Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License").
5
* You may not use this file except in compliance with the License.
6
* A copy of the License is located at
7
*
8
* http://aws.amazon.com/apache2.0
9
*
10
* or in the "license" file accompanying this file. This file is distributed
11
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12
* express or implied. See the License for the specific language governing
13
* permissions and limitations under the License.
14
*/
15
#pragma once
16
22
namespace
Aws
{
23
namespace
CloudWatchLogs {
29
enum
ROSCloudWatchLogsErrors
{
31
CW_LOGS_SUCCEEDED
= 0,
33
CW_LOGS_FAILED
,
35
CW_LOGS_NULL_PARAMETER
,
37
CW_LOGS_DATA_LOCKED
,
39
CW_LOGS_PUBLISHER_THREAD_NOT_INITIALIZED
,
41
CW_LOGS_THREAD_BUSY
,
43
CW_LOGS_EMPTY_PARAMETER
,
45
CW_LOGS_LOG_STREAM_LIST_EMPTY
,
47
CW_LOGS_CREATE_LOG_GROUP_FAILED
,
49
CW_LOGS_CREATE_LOG_STREAM_FAILED
,
51
CW_LOGS_LOG_GROUP_ALREADY_EXISTS
,
53
CW_LOGS_LOG_STREAM_ALREADY_EXISTS
,
55
CW_LOGS_LOG_GROUP_NOT_FOUND
,
57
CW_LOGS_LOG_STREAM_NOT_FOUND
,
59
CW_LOGS_LOG_STREAM_NOT_CONFIGURED
,
60
// todo this is a gross hack, should encapsulate NETWORK_CONNECTION and REQUEST_TIMEOUT (latter not in 1.6.53)
61
CW_LOGS_NOT_CONNECTED
62
};
63
64
}
// namespace CloudWatchLogs
65
}
// namespace Aws
Aws::CloudWatchLogs::CW_LOGS_LOG_STREAM_ALREADY_EXISTS
Definition:
definitions/ros_cloudwatch_logs_errors.h:53
Aws::CloudWatchLogs::CW_LOGS_PUBLISHER_THREAD_NOT_INITIALIZED
Definition:
definitions/ros_cloudwatch_logs_errors.h:39
Aws::CloudWatchLogs::CW_LOGS_NOT_CONNECTED
Definition:
definitions/ros_cloudwatch_logs_errors.h:62
Aws
Aws::CloudWatchLogs::CW_LOGS_THREAD_BUSY
Definition:
definitions/ros_cloudwatch_logs_errors.h:41
Aws::CloudWatchLogs::CW_LOGS_LOG_GROUP_NOT_FOUND
Definition:
definitions/ros_cloudwatch_logs_errors.h:55
Aws::CloudWatchLogs::CW_LOGS_LOG_GROUP_ALREADY_EXISTS
Definition:
definitions/ros_cloudwatch_logs_errors.h:51
Aws::CloudWatchLogs::CW_LOGS_EMPTY_PARAMETER
Definition:
definitions/ros_cloudwatch_logs_errors.h:43
Aws::CloudWatchLogs::CW_LOGS_CREATE_LOG_GROUP_FAILED
Definition:
definitions/ros_cloudwatch_logs_errors.h:47
Aws::CloudWatchLogs::CW_LOGS_DATA_LOCKED
Definition:
definitions/ros_cloudwatch_logs_errors.h:37
Aws::CloudWatchLogs::CW_LOGS_SUCCEEDED
Definition:
definitions/ros_cloudwatch_logs_errors.h:31
Aws::CloudWatchLogs::CW_LOGS_LOG_STREAM_LIST_EMPTY
Definition:
definitions/ros_cloudwatch_logs_errors.h:45
Aws::CloudWatchLogs::CW_LOGS_NULL_PARAMETER
Definition:
definitions/ros_cloudwatch_logs_errors.h:35
Aws::CloudWatchLogs::CW_LOGS_LOG_STREAM_NOT_CONFIGURED
Definition:
definitions/ros_cloudwatch_logs_errors.h:59
Aws::CloudWatchLogs::CW_LOGS_CREATE_LOG_STREAM_FAILED
Definition:
definitions/ros_cloudwatch_logs_errors.h:49
Aws::CloudWatchLogs::CW_LOGS_LOG_STREAM_NOT_FOUND
Definition:
definitions/ros_cloudwatch_logs_errors.h:57
Aws::CloudWatchLogs::CW_LOGS_FAILED
Definition:
definitions/ros_cloudwatch_logs_errors.h:33
Aws::CloudWatchLogs::ROSCloudWatchLogsErrors
ROSCloudWatchLogsErrors
Defines error return codes for functions This enum defines standard error codes that will be returned...
Definition:
definitions/ros_cloudwatch_logs_errors.h:29
cloudwatch_logs_common
Author(s): AWS RoboMaker
autogenerated on Fri May 7 2021 02:18:24