PartnerMessageFailureInfo

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

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

Constructors

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

Properties

Link copied to clipboard
val code: Int

에러 코드
Error code

Link copied to clipboard
val msg: String

에러 메시지
Error message

Link copied to clipboard
@SerialName(value = "receiver_ids")
val receiverIds: List<String>

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