Skip to content

status+me.virmesh.handle.not_found

指定した player id または handle に対応する record が存在しないことを示します。

errorstable

Description

resolveHandle が検索対象を見つけられなかった場合に返ります。

When this happens

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

Payload

payload.messagestringRequired

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

Examples

handle not found

{
  "status": "status+me.virmesh.handle.not_found",
  "payload": {
    "message": "No handle record matched the requested id or handle."
  }
}

Client handling

  • 入力した handle の表記ゆれを確認する
  • 初回登録前なら updateHandle を実行する

Related statuses

Referenced by

HTTPAPIAction
404me.virmesh.handle.resolveHandleme.virmesh.handle.resolveHandle