Appearance
status+me.virmesh.handle.not_found
指定した player id または handle に対応する record が存在しないことを示します。
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
| HTTP | API | Action |
|---|---|---|
404 | me.virmesh.handle.resolveHandle | me.virmesh.handle.resolveHandle |