Skip to content

status+me.virmesh.social.self_remove_not_allowed

自分自身を friend 削除対象に指定できないことを示します。

errordraft

Description

この status は me.virmesh.social.removeFriendfrompayload.friendId が同じ値だった場合に返ります。

When this happens

  • fromfriendId が同一 player identifier

Payload

payload.messagestringRequired

実装依存の詳細メッセージです。

Examples

self removal rejected

{
  "status": "status+me.virmesh.social.self_remove_not_allowed",
  "payload": {
    "message": "You cannot remove yourself from your own friend list."
  }
}

Client handling

  • 削除対象 player identifier を見直す
  • UI 側で自己指定を事前に防ぐ

Related statuses

Referenced by

HTTPAPIAction
400me.virmesh.social.removeFriendme.virmesh.social.removeFriend