QEverCloud  3.0.0
Unofficial Evernote Cloud API for Qt
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EDAMErrorCode.h
Go to the documentation of this file.
1 
12 #ifndef QEVERCLOUD_GENERATED_EDAMERRORCODE_H
13 #define QEVERCLOUD_GENERATED_EDAMERRORCODE_H
14 
15 #include "../export.h"
16 
17 namespace qevercloud {
18 
70 {
71  enum type
72  {
73  UNKNOWN = 1,
74  BAD_DATA_FORMAT = 2,
75  PERMISSION_DENIED = 3,
76  INTERNAL_ERROR = 4,
77  DATA_REQUIRED = 5,
78  LIMIT_REACHED = 6,
79  QUOTA_REACHED = 7,
80  INVALID_AUTH = 8,
81  AUTH_EXPIRED = 9,
82  DATA_CONFLICT = 10,
83  ENML_VALIDATION = 11,
84  SHARD_UNAVAILABLE = 12,
85  LEN_TOO_SHORT = 13,
86  LEN_TOO_LONG = 14,
87  TOO_FEW = 15,
88  TOO_MANY = 16,
89  UNSUPPORTED_OPERATION = 17,
90  TAKEN_DOWN = 18,
91  RATE_LIMIT_REACHED = 19
92  };
93 };
94 
95 
96 } // namespace qevercloud
97 
98 #endif // QEVERCLOUD_GENERATED_EDAMERRORCODE_H
Definition: EDAMErrorCode.h:69
#define QEVERCLOUD_EXPORT
Definition: export.h:23
Definition: AsyncResult.h:18
type
Definition: EDAMErrorCode.h:71