MessageFailureInfo

data class MessageFailureInfo(code: Int, msg: String, receiverUuids: List<String>) : Parcelable

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

Constructors

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val code: Int

에러 코드
Error code

Link copied to clipboard
val msg: String
Link copied to clipboard
val receiverUuids: List<String>

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