Skip to content

status+me.virmesh.world.not_found

指定された world が見つからないことを示します。

errordraft

Description

この status は query.worldId に対応する world manifest を WorldServer が保持していない場合に返ります。

When this happens

  • 指定された query.worldId を WorldServer が知らない
  • 指定された query.versionId に対応する manifest version がない

Payload

payload.messagestringRequired

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

Client handling

  • 別の resolver や catalog entry から再解決する
  • key-authoritative world の場合、同じ worldId を別サーバーで解決してもよい

Referenced by

HTTPAPIAction
404me.virmesh.world.resolveWorldme.virmesh.world.resolveWorld
404me.virmesh.worldInstance.createInstanceme.virmesh.worldInstance.createInstance
404me.virmesh.worldInstance.getInstanceme.virmesh.worldInstance.getInstance
404me.virmesh.worldInstance.listInstanceme.virmesh.worldInstance.listInstance