Skip to content

status+me.virmesh.player.timestamp_out_of_range

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

errordraft

Description

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

When this happens

  • updated_at が protocol が受け付ける epoch second の範囲外である

Payload

payload.messagestringRequired

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

Examples

updated_at is too old

{
  "status": "status+me.virmesh.player.timestamp_out_of_range",
  "payload": {
    "message": "payload.updated_at is outside the supported epoch-second range."
  }
}

Client handling

  • supported epoch second の範囲に収まる timestamp を送る

Related statuses

Referenced by

HTTPAPIAction
400me.virmesh.player.prepareProfileImageUploadme.virmesh.player.prepareProfileImageUpload
400me.virmesh.player.updateProfileme.virmesh.player.updateProfile