Appearance
status+me.virmesh.account.not_known
指定した account をその server が既知の永続 state として保持していないことを示します。
Description
この status は me.virmesh.account.disableAccount を受けた server が、
対象 account に関する永続 state を持っていない場合に返ります。
v1 では未知 account に対する tombstone record の先行作成は行いません。
When this happens
- remote PlayerServer が対象 account の friend / pending request / cache を持っていない
- その server が対象 account を local または known remote account として認識していない
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
account not known
{
"status": "status+me.virmesh.account.not_known",
"payload": {
"message": "The requested account is not known to this server."
}
}Client handling
- その peer への再送を止めるか、known-peer 判定を見直す
- broadcast 対象集合の算出条件を再確認する
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
404 | me.virmesh.account.disableAccount | me.virmesh.account.disableAccount |
404 | me.virmesh.player.prepareProfileImageUpload | me.virmesh.player.prepareProfileImageUpload |
404 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |