Type Alias ConnectionError

ConnectionError:
    | "InvalidSlot"
    | "InvalidGame"
    | "IncompatibleVersion"
    | "InvalidPassword"
    | "InvalidItemsHandling"

A union of known errors the Archipelago server can send back to the client when they receive a ConnectionRefusedPacket.