public class MessageFailureInfo extends Object
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<MessageFailureInfo> |
CONVERTER |
Constructor and Description |
---|
MessageFailureInfo(Integer code,
String msg,
List<String> receiverUuids) |
Modifier and Type | Method and Description |
---|---|
Integer |
code()
에러 코드
|
String |
msg()
에러 메시지
|
List<String> |
receiverUuids()
해당 에러코드로 실패한 사용자 uuid 배열
|
String |
toString() |
public static final com.kakao.network.response.JSONObjectConverter<MessageFailureInfo> CONVERTER