Appearance
status+me.virmesh.handle.timestamp_conflict
同一 `updated_at` に対して異なる handle payload が送られたことを示します。
errorstable
Description
この status は保存済み record と同じ updated_at を使いながら、内容が一致しない場合に返ります。
When this happens
- 同一 timestamp で別内容の update を送っている
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
same timestamp with different content
{
"status": "status+me.virmesh.handle.timestamp_conflict",
"payload": {
"message": "A different handle payload already exists for this updated_at value."
}
}Client handling
- 最新 record を取得し、内容または timestamp を更新して再送する
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
409 | me.virmesh.handle.updateHandle | me.virmesh.handle.updateHandle |