Skip to content

status+me.virmesh.player.stale_update

既存 record より古い profile module update であることを示します。

errordraft

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

HTTPAPIAction
409me.virmesh.player.updateProfileme.virmesh.player.updateProfile