Main Page
Namespaces
Classes
Files
Examples
File List
File Members
include
aws_common
sdk_utils
aws_error.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
23
namespace
Aws
{
29
enum
AwsError
{
31
AWS_ERR_OK
= 0,
33
AWS_ERR_FAILURE
,
35
AWS_ERR_MEMORY
,
37
AWS_ERR_NULL_PARAM
,
39
AWS_ERR_PARAM
,
41
AWS_ERR_NOT_FOUND
,
43
AWS_ERR_TIMEOUT
,
45
AWS_ERR_ALREADY
,
47
AWS_ERR_NOT_INITIALIZED
,
50
AWS_ERR_NOT_ENOUGH_SPACE
,
52
AWS_ERR_EMPTY
,
54
AWS_ERR_NOT_SUPPORTED
,
55
};
56
}
// namespace Aws
Aws::AWS_ERR_NOT_ENOUGH_SPACE
Definition:
aws_error.h:50
Aws::AWS_ERR_TIMEOUT
Definition:
aws_error.h:43
Aws::AWS_ERR_NOT_INITIALIZED
Definition:
aws_error.h:47
Aws
Definition:
service_credentials_provider.h:27
Aws::AWS_ERR_PARAM
Definition:
aws_error.h:39
Aws::AWS_ERR_NOT_SUPPORTED
Definition:
aws_error.h:54
Aws::AWS_ERR_ALREADY
Definition:
aws_error.h:45
Aws::AWS_ERR_NULL_PARAM
Definition:
aws_error.h:37
Aws::AwsError
AwsError
Defines error return codes for functions This enum defines standard error codes that will be returned...
Definition:
aws_error.h:29
Aws::AWS_ERR_EMPTY
Definition:
aws_error.h:52
Aws::AWS_ERR_NOT_FOUND
Definition:
aws_error.h:41
Aws::AWS_ERR_MEMORY
Definition:
aws_error.h:35
Aws::AWS_ERR_OK
Definition:
aws_error.h:31
Aws::AWS_ERR_FAILURE
Definition:
aws_error.h:33
aws_common
Author(s): AWS RoboMaker
autogenerated on Sat Mar 6 2021 03:11:38