Skip to content

status+me.virmesh.player.timestamp_conflict

同一 `updated_at` に対して異なる profile module payload が送られたことを示します。

errordraft

Description

この status は保存済み profile module record と同じ updated_at を使いながら、内容が一致しない場合に返ります。

When this happens

  • 同一 timestamp で別内容の update を送っている

Payload

payload.messagestringRequired

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

Examples

same timestamp with different content

{
  "status": "status+me.virmesh.player.timestamp_conflict",
  "payload": {
    "message": "A different profile module payload already exists for this updated_at value."
  }
}

Client handling

  • 最新 record を取得し、内容または timestamp を更新して再送する

Related statuses

Referenced by

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