Appearance
status+me.virmesh.world.address_already_used
指定した world address が他の world で使用中であることを示します。
Description
この status は world address が既存の world と衝突した場合に返ります。
When this happens
- world profile の
addressesに含めた値が既存 world address と衝突する
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
world address is already used
{
"status": "status+me.virmesh.world.address_already_used",
"payload": {
"message": "One or more world addresses are already assigned to another world."
}
}Client handling
- 別の world address を選ぶ
- lower-case 正規化後の重複がないか確認する
Referenced by
No API references have been registered for this status yet.