Skip to content

status+me.virmesh.player.profile_not_found

指定した player id または handle に対応するプロフィール対象が存在しないことを示します。

errordraft

Description

この status は me.virmesh.player.resolveProfile が 指定された検索キーに対応する player または handle record を見つけられなかった場合に返ります。

When this happens

  • 指定した player id が未登録
  • 指定した handle が未登録

Payload

payload.messagestringRequired

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

Examples

profile target not found

{
  "status": "status+me.virmesh.player.profile_not_found",
  "payload": {
    "message": "No player or handle matched the requested profile target."
  }
}

Client handling

  • player id または handle の表記ゆれを確認する
  • onboarding 中なら鍵登録や handle 設定が完了しているか確認する

Related statuses

Referenced by

HTTPAPIAction
404me.virmesh.player.resolveProfileme.virmesh.player.resolveProfile