Enum ConnectionRefusedError
- Namespace
- Archipelago.MultiClient.Net.Enums
- Assembly
- Archipelago.MultiClient.Net.dll
The possible reasons for a connection to be refused.
public enum ConnectionRefusedError
Fields
IncompatibleVersion = 3
IncompatibleVersion indicates a version mismatch.
InvalidGame = 1
Indicates that a correctly named slot was found, but the game for it mismatched.
InvalidItemsHandling = 5
InvalidItemsHandling indicates a wrong value type or flag combination was sent.
InvalidPassword = 4
InvalidPassword indicates the wrong, or no password when it was required, was sent.
InvalidSlot = 0
Indicates that the sent 'name' field did not match any auth entry on the server.
SlotAlreadyTaken = 2
Indicates a connection with a different uuid is already established.