Skip to content

status+me.virmesh.handle.timestamp_out_of_range

`updated_at` が freshness window を超えて古いことを示します。

errorstable

Description

この status は handle update の timestamp が server の許容範囲より古い場合に返ります。

When this happens

  • updated_atmaxAgeSeconds を超えて古い

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

HTTPAPIAction
400me.virmesh.handle.updateHandleme.virmesh.handle.updateHandle