Appearance
status+me.virmesh.player.stale_update
既存 record より古い profile module update であることを示します。
Description
この status は保存済み profile module record より古い updated_at を送った場合に返ります。
When this happens
- 既存 record の
updated_atより小さい値を送っている
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
profile update is stale
{
"status": "status+me.virmesh.player.stale_update",
"payload": {
"message": "A newer profile module record already exists."
}
}Client handling
- 最新 record を再取得してから再送する
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
409 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |