LeviLamina
Loading...
Searching...
No Matches
RackspaceEventType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
RackspaceEventType :
int
{
8
Success200 = 0,
9
Success201 = 1,
10
Success202 = 2,
11
Success203 = 3,
12
Success204 = 4,
13
CloudServersFault500 = 5,
14
ServiceUnavailable503 = 6,
15
Unauthorized401 = 7,
16
BadRequest400 = 8,
17
OverLimit413 = 9,
18
BadMediaType415 = 10,
19
ItemNotFound404 = 11,
20
BuildInProgress409 = 12,
21
ResizeNotAllowed403 = 13,
22
ConnectionClosedWithoutReponse = 14,
23
UnknownFailure = 15,
24
};
25
26
}
src
mc
deps
raknet
RackspaceEventType.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0