Appearance
status+me.virmesh.handle.timestamp_in_future
`updated_at` が server 時刻より未来であることを示します。
errorstable
Description
この status は handle update の timestamp が server の現在時刻を超えている場合に返ります。
When this happens
- client clock が進み過ぎている
- future timestamp を誤って送っている
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
updated_at is in the future
{
"status": "status+me.virmesh.handle.timestamp_in_future",
"payload": {
"message": "payload.updated_at must not be in the future."
}
}Client handling
- client clock を補正する
- request 送信直前の timestamp を使う
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
400 | me.virmesh.handle.updateHandle | me.virmesh.handle.updateHandle |