MessageFailureInfo

@Serializable
data class MessageFailureInfo(val code: Int, val msg: String, val receiverUuids: List<String>)

메시지 전송 실패 정보
Failure information for sending a message

Constructors

Link copied to clipboard
constructor(code: Int, msg: String, receiverUuids: List<String>)

Properties

Link copied to clipboard
val code: Int

에러 코드
Error code

Link copied to clipboard
val msg: String
Link copied to clipboard
@SerialName(value = "receiver_uuids")
val receiverUuids: List<String>

메시지 전송에 실패한 수신자 UUID 목록
Reciever UUIDs that failed to send the message