PartnerMessageFailureInfo

data class PartnerMessageFailureInfo(code: Int, msg: String, receiverIds: List<String>) : Parcelable

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

Constructors

Link copied to clipboard
fun PartnerMessageFailureInfo(code: Int, msg: String, receiverIds: 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

에러 메시지
Error message

Link copied to clipboard
val receiverIds: List<String>

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