|
Appwrite C++ SDK
Auto-generated API documentation for the Appwrite C++ SDK
|
Defines HTTP status code enums for consistent error and response handling. More...
Go to the source code of this file.
Enumerations | |
| enum | HttpStatus { OK = 200 , CREATED = 201 , ATTRIBUTE_CREATED = 202 , INDEX_CREATED = 202 , DELETED = 204 , BAD_REQUEST = 400 , UNAUTHORIZED = 401 , FORBIDDEN = 403 , NOT_FOUND = 404 , SERVER_ERROR = 500 } |
Defines HTTP status code enums for consistent error and response handling.
Definition in file HttpStatus.hpp.
| enum HttpStatus |
| Enumerator | |
|---|---|
| OK | |
| CREATED | |
| ATTRIBUTE_CREATED | |
| INDEX_CREATED | |
| DELETED | |
| BAD_REQUEST | |
| UNAUTHORIZED | |
| FORBIDDEN | |
| NOT_FOUND | |
| SERVER_ERROR | |
Definition at line 8 of file HttpStatus.hpp.