Appearance
status+me.virmesh.social.friend_not_found
指定した対象との mutual friend 関係が存在しないことを示します。
errordraft
Description
この status は me.virmesh.social.removeFriend で指定した payload.friendId との間に、
削除対象となる mutual friend 関係が見つからない場合に返ります。
When this happens
fromとfriendIdの pair が friend list に存在しない- すでに remove 済みである
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
friend relation not found
{
"status": "status+me.virmesh.social.friend_not_found",
"payload": {
"message": "No mutual friend relation matched the requested pair."
}
}Client handling
- 最新の friend list を再取得する
- すでに削除済みでないか確認する
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
404 | me.virmesh.social.removeFriend | me.virmesh.social.removeFriend |