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 = 3IncompatibleVersion indicates a version mismatch.
InvalidGame = 1Indicates that a correctly named slot was found, but the game for it mismatched.
InvalidItemsHandling = 5InvalidItemsHandling indicates a wrong value type or flag combination was sent.
InvalidPassword = 4InvalidPassword indicates the wrong, or no password when it was required, was sent.
InvalidSlot = 0Indicates that the sent 'name' field did not match any auth entry on the server.
SlotAlreadyTaken = 2Indicates a connection with a different uuid is already established.