yolkbot
    Preparing search index...

    Interface RawFindGameError

    The raw errors that come from a findGame from the matchmaker

    interface RawFindGameError {
        error: "gameNotFound" | "sessionNotFound";
    }
    Index

    Properties

    Properties

    error: "gameNotFound" | "sessionNotFound"