yolkbot
    Preparing search index...

    Enumeration GameJoinError

    Errors that come from Bot.join

    Index

    Enumeration Members

    AccountBanned: "account_banned"

    Your account is banned, and cannot join the game

    GameFull: "game_full"

    The game is full and cannot be joined

    GameIPBooted: "game_ip_booted"

    You have been booted from the game, and need to rejoin with a different IP address

    GameLocked: "game_locked"

    The game is locked and cannot be joined

    GameNotFound: "game_not_found"

    The input game code does not exist; games are automatically deleted when they have 0 players unless they were recently created

    InvalidObject: "invalid_game_object"

    The game object passed does not have all of the required parameters

    MatchmakerDisconnected: "matchmaker_disconnected"

    The matchmaker disconnected too quickly. This may be an issue with the IP making the request (check your proxy)

    MissingParams: "missing_params"

    The function is missing parameters

    ProxyFail: "proxy_failed"

    There was an issue with the proxy making the request

    RegionFull: "region_full"

    The region has hit 100% CPU or 100% Memory and is not currently allowing new players to join games, wait and try again later

    SessionExpired: "session_expired"

    The account session has expired

    UUIDError: "game_object_made_other_bot"

    The UUID provided was invalid. This usually occurs when you pass a game object to Bot.join that a different Bot or Account has made

    WebSocketConnectFail: "websocket_connect_fail"

    Connecting to the WebSocket failed (may be a proxy issue)