Skip to main content

messenger.room_invite_error

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 462
  • Header: MESSENGER_INVITE_ERROR
  • Direction: Server to Client (s2c)
  • Realm: Messenger & Social
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Report recipients that could not be reached by a room invitation

Payload fields

FieldTypeRequiredDescription
errorCodeint32requiredGeneral error code describing the type of failure.
failedCountint32requiredNumber of failed recipient user IDs that follow.

Behavior

Sender

Sent in response to messenger.room_invite (c2s 1276) when one or more recipients could not receive the invitation.

Receiver

The client displays the error code and lists the user IDs that were unreachable. Confirmed in GLADIATOR.

Notes

  • After failedCount, each entry is a single int32 user ID that did not receive the invitation.