 |
LeviLamina
|
Loading...
Searching...
No Matches
3#include "mc/_HeaderOutputPredefine.h"
5namespace Bedrock::Http {
7enum class ClientErrorCode :
int {
9 CannotReadFromFile = 1,
10 CannotWriteToFile = 2,
11 FileAlreadyExists = 3,
13 InvalidStatusCode = 5,