---
name: ConnectionError
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# ConnectionError

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `OK` | 0 |  |
| `Unknown` | 1 |  |
| `ConnectErrors` | 2 |  |
| `AlreadyConnected` | 3 |  |
| `NoFreeIncomingConnections` | 4 |  |
| `ConnectionBanned` | 5 |  |
| `InvalidPassword` | 6 |  |
| `IncompatibleProtocolVersion` | 7 |  |
| `IPRecentlyConnected` | 8 |  |
| `OurSystemRequiresSecurity` | 9 |  |
| `SecurityKeyMismatch` | 10 |  |
| `DisconnectErrors` | 256 |  |
| `DisconnectBadhash` | 257 |  |
| `DisconnectSecurityKeyMismatch` | 258 |  |
| `DisconnectProtocolMismatch` | 259 |  |
| `DisconnectReceivePacketError` | 260 |  |
| `DisconnectReceivePacketStreamError` | 261 |  |
| `DisconnectSendPacketError` | 262 |  |
| `DisconnectIllegalTeleport` | 263 |  |
| `DisconnectDuplicatePlayer` | 264 |  |
| `DisconnectDuplicateTicket` | 265 |  |
| `DisconnectTimeout` | 266 |  |
| `DisconnectLuaKick` | 267 |  |
| `DisconnectOnRemoteSysStats` | 268 |  |
| `DisconnectHashTimeout` | 269 |  |
| `DisconnectCloudEditKick` | 270 |  |
| `DisconnectPlayerless` | 271 |  |
| `DisconnectNewSecurityKeyMismatch` | 272 |  |
| `DisconnectEvicted` | 273 |  |
| `DisconnectDevMaintenance` | 274 |  |
| `DisconnectRobloxMaintenance` | 275 |  |
| `DisconnectRejoin` | 276 |  |
| `DisconnectConnectionLost` | 277 |  |
| `DisconnectIdle` | 278 |  |
| `DisconnectRaknetErrors` | 279 |  |
| `DisconnectWrongVersion` | 280 |  |
| `DisconnectBySecurityPolicy` | 281 |  |
| `DisconnectBlockedIP` | 282 |  |
| `DisconnectClientFailure` | 284 |  |
| `DisconnectClientRequest` | 285 |  |
| `DisconnectPrivateServerKickout` | 286 |  |
| `DisconnectModeratedGame` | 287 |  |
| `ServerShutdown` | 288 |  |
| `ReplicatorTimeout` | 290 |  |
| `PlayerRemoved` | 291 |  |
| `DisconnectOutOfMemoryKeepPlayingLeave` | 292 |  |
| `DisconnectRomarkEndOfTest` | 293 |  |
| `DisconnectCollaboratorPermissionRevoked` | 294 |  |
| `DisconnectCollaboratorUnderage` | 295 |  |
| `NetworkInternal` | 296 |  |
| `NetworkSend` | 297 |  |
| `NetworkTimeout` | 298 |  |
| `NetworkMisbehavior` | 299 |  |
| `NetworkSecurity` | 300 |  |
| `ReplacementReady` | 301 |  |
| `ServerEmpty` | 302 |  |
| `PhantomFreeze` | 303 |  |
| `AndroidAnticheatKick` | 304 |  |
| `AndroidEmulatorKick` | 305 |  |
| `AndroidRootedKick` | 306 |  |
| `ScreentimeLockoutKick` | 307 |  |
| `DisconnectionNotification` | 308 |  |
| `DisconnectVerboselyModeratedGame` | 309 |  |
| `DisconnectCollaboratorNotAgeVerified` | 310 |  |
| `DisconnectCollaboratorTrustedConnectionsRequired` | 311 |  |
| `DisconnectCollaboratorOwnerActionRequired` | 312 |  |
| `DisconnectCollaboratorTooManyCollaborators` | 313 |  |
| `DisconnectCollaboratorUnknownError` | 314 |  |
| `PlacelaunchErrors` | 512 |  |
| `PlacelaunchDisabled` | 515 |  |
| `PlacelaunchError` | 516 |  |
| `PlacelaunchGameEnded` | 517 |  |
| `PlacelaunchGameFull` | 518 |  |
| `PlacelaunchUserLeft` | 522 |  |
| `PlacelaunchRestricted` | 523 |  |
| `PlacelaunchUnauthorized` | 524 |  |
| `PlacelaunchFlooded` | 525 |  |
| `PlacelaunchHashExpired` | 526 |  |
| `PlacelaunchHashException` | 527 |  |
| `PlacelaunchPartyCannotFit` | 528 |  |
| `PlacelaunchHttpError` | 529 |  |
| `PlacelaunchUserPrivacyUnauthorized` | 533 |  |
| `PlacelaunchVipOwnerNotPresent` | 541 |  |
| `PlacelaunchAgeVerificationRequired` | 542 |  |
| `PlacelaunchParentalApprovalRequired` | 543 |  |
| `PlacelaunchCoreGated` | 544 |  |
| `PlacelaunchCreatorBan` | 600 |  |
| `PlacelaunchDeviceBlock` | 601 |  |
| `PlacelaunchCustomMessage` | 610 |  |
| `PlacelaunchOtherError` | 611 |  |
| `TeleportErrors` | 768 |  |
| `TeleportFailure` | 769 |  |
| `TeleportGameNotFound` | 770 |  |
| `TeleportGameEnded` | 771 |  |
| `TeleportGameFull` | 772 |  |
| `TeleportUnauthorized` | 773 |  |
| `TeleportFlooded` | 774 |  |
| `TeleportIsTeleporting` | 775 |  |