Skip to content

status+me.virmesh.social.friend_request_not_found

指定した friend request object に対応する pending request が存在しないことを示します。

errordraft

Description

この status は参照入力として送られた signed friend request object と一致する pending request が見つからない場合に返ります。

When this happens

  • 対応する pending friend request が存在しない
  • すでに accept、decline、cancel のいずれかで消費済み

Payload

payload.messagestringRequired

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

Examples

pending request not found

{
  "status": "status+me.virmesh.social.friend_request_not_found",
  "payload": {
    "message": "No pending friend request matched the provided object."
  }
}

Client handling

  • 最新の incoming または outgoing request 一覧を再取得する
  • 同じ request がすでに処理済みでないか確認する

Related statuses

Referenced by

HTTPAPIAction
404me.virmesh.social.acceptFriendRequestme.virmesh.social.acceptFriendRequest
404me.virmesh.social.cancelFriendRequestme.virmesh.social.cancelFriendRequest
404me.virmesh.social.declineFriendRequestme.virmesh.social.declineFriendRequest