mooball
    Preparing search index...

    Enumeration E_ErrorCodes

    Name-to-integer mapping that shortly describes the error codes used in HBError class.

    Index

    Enumeration Members

    AnnouncementActionMessageTooLongError: 34

    "message too long"

    AuthBannedError: 56

    "Auth banned: $1"

    AuthFromKeyInvalidIdFormatError: 51

    "Invalid id format"

    BadActorError: 55

    "Bad Actor"

    BadColorError: 28

    "Bad color"

    BadTeamError: 29

    "Bad team value"

    BannedBefore: 6

    "You are banned from this room."

    BufferResizeParameterTooSmallError: 27

    "Can't resize buffer to a capacity lower than 1"

    CalculateLengthOfUTF8CharNegativeError: 25

    "Cannot calculate length of UTF8 character: charCode ($1) is negative"

    CalculateLengthOfUTF8CharTooLargeError: 26

    "Cannot calculate length of UTF8 character: charCode ($1) is too large (>= 0x80000000)"

    Cancelled: 10

    "Cancelled"

    ChangeTeamColorsInvalidTeamIdError: 37

    "Invalid team id"

    ChatActionMessageTooLongError: 35

    "message too long"

    ConnectionClosed: 1

    'Connection closed$1?(" $1":"")'

    Empty: 0

    ""

    EncodeUTF8CharNegativeError: 23

    "Cannot encode UTF8 character: charCode ($1) is negative"

    EncodeUTF8CharTooLargeError: 24

    "Cannot encode UTF8 character: charCode ($1) is too large (>= 0x80000000)"

    Failed: 13

    "Failed"

    FailedHost: 8

    "Failed to connect to room host. If this problem persists please see the troubleshooting guide: https://moo-hoo.com/Connection-Issues"

    FailedPeer: 11

    "Failed to connect to peer."

    FailedToCreateRoom: 59

    "An error ocurred while attempting to create the room. ($1)"

    GameStateTimeout: 2

    "Game state timeout"

    IncompatibleVersion: 7

    "Incompatible game version."

    JoinRoomNullIdAuthError: 41

    "id and authObj cannot be null. (inside 1st parameter)"

    KickBanReasonTooLongError: 36

    "string too long"

    KickedNow: 12

    'You were $2?("banned":"kicked")$3?(" by $3":"")$1?(" ($1)":"")'

    LibraryAlreadyExistsError: 61

    "Library already exists: $1"

    LibraryNameChangeNotAllowedError: 50

    "Library name should not change"

    LibraryNotFoundError: 49

    "Library not found at index $1"

    MasterConnectionError: 14

    "Master connection error"

    MissingActionConfigError: 31

    "Class doesn't have a config"

    MissingImplementationError: 33

    "missing implementation"

    MissingRecaptchaCallbackError: 38

    "Recaptcha requested. Set a working recaptcha token while creating/joining a room."

    NoProxyIdentityProblem: 57

    "Original backend is not compatible with the login system, so the identity token and identity events are disabled."

    NoProxyIdentitySolution: 58

    "Solution: Use a proxy server and handle the login data there."

    ObjectCastError: 18

    "Cannot cast $1 to $2"

    PlayerAvatarTooLongError: 44

    "avatar too long"

    PlayerCountryTooLongError: 43

    "country too long"

    PlayerJoinBlockedByMPDError: 45

    "Player join not allowed: $3 $4 $5 $1 $2"

    PlayerJoinBlockedByORError: 46

    "Player join event blocked by OperationReceived: $1"

    PlayerNameTooLongError: 42

    "name too long"

    PluginAlreadyExistsError: 60

    "Plugin already exists: $1"

    PluginNameChangeNotAllowedError: 48

    "Plugin name should not change"

    PluginNotFoundError: 47

    "Plugin not found at index $1"

    RateLimitReached: 62

    "Rate limit reached for client id: $1"

    ReadTooMuchError: 21

    "Read too much"

    ReadWrongStringLengthError: 22

    "Actual string length differs from the specified: $1 bytes"

    ReplayFileReadError: 40

    "Couldn't load replay data."

    ReplayFileVersionMismatchError: 39

    "The replay data is of a different version"

    RoomClosed: 3

    "The room was closed."

    RoomFull: 4

    "The room is full."

    StadiumLimitsExceededError: 30

    "Error"

    StadiumParseError: 15

    'Error in "$1" index: $2'

    StadiumParseSyntaxError: 16

    "SyntaxError in line: $1"

    StadiumParseUnknownError: 17

    "Error loading stadium file."

    TeamColorsReadError: 19

    "too many"

    Unknown: 9

    "An error ocurred while attempting to join the room.

    This might be caused by a browser extension, try disabling all extensions and refreshing the site.

    The error has been printed to the inspector console."

    UnknownMessageType: 63

    "Unknown message type received from client id: $1"

    UnregisteredActionError: 32

    "Tried to pack unregistered action"

    UTF8CharacterDecodeError: 20

    "Cannot decode UTF8 character at offset $1: charCode ($2) is invalid"

    WrongPassword: 5

    "Wrong password."