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