Skip to content

status+me.virmesh.social.friend_not_found

指定した対象との mutual friend 関係が存在しないことを示します。

errordraft

Description

この status は me.virmesh.social.removeFriend で指定した payload.friendId との間に、 削除対象となる mutual friend 関係が見つからない場合に返ります。

When this happens

  • fromfriendId の 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

HTTPAPIAction
404me.virmesh.social.removeFriendme.virmesh.social.removeFriend