QEverCloud  4.0.0
Unofficial Evernote Cloud API for Qt
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 
76 {
77  enum type
78  {
79  UNKNOWN = 1,
80  BAD_DATA_FORMAT = 2,
81  PERMISSION_DENIED = 3,
82  INTERNAL_ERROR = 4,
83  DATA_REQUIRED = 5,
84  LIMIT_REACHED = 6,
85  QUOTA_REACHED = 7,
86  INVALID_AUTH = 8,
87  AUTH_EXPIRED = 9,
88  DATA_CONFLICT = 10,
89  ENML_VALIDATION = 11,
90  SHARD_UNAVAILABLE = 12,
91  LEN_TOO_SHORT = 13,
92  LEN_TOO_LONG = 14,
93  TOO_FEW = 15,
94  TOO_MANY = 16,
95  UNSUPPORTED_OPERATION = 17,
96  TAKEN_DOWN = 18,
97  RATE_LIMIT_REACHED = 19,
98  BUSINESS_SECURITY_LOGIN_REQUIRED = 20,
99  DEVICE_LIMIT_REACHED = 21
100  };
101 };
102 
103 
104 } // namespace qevercloud
105 
106 #endif // QEVERCLOUD_GENERATED_EDAMERRORCODE_H
Definition: EDAMErrorCode.h:75
#define QEVERCLOUD_EXPORT
Definition: export.h:19
Definition: AsyncResult.h:18
type
Definition: EDAMErrorCode.h:77