Appearance
status+me.virmesh.handle.timestamp_out_of_range
`updated_at` が freshness window を超えて古いことを示します。
errorstable
Description
この status は handle update の timestamp が server の許容範囲より古い場合に返ります。
When this happens
updated_atがmaxAgeSecondsを超えて古い
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
updated_at is too old
{
"status": "status+me.virmesh.handle.timestamp_out_of_range",
"payload": {
"message": "payload.updated_at is older than the accepted freshness window."
}
}Client handling
- request を再署名して新しい timestamp を送る
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
400 | me.virmesh.handle.updateHandle | me.virmesh.handle.updateHandle |