Skip to content

status+me.virmesh.player.timestamp_in_future

`updated_at` が server 時刻より未来であることを示します。

errordraft

Description

この status は profile update family の timestamp が server の現在時刻を超えている場合に返ります。

When this happens

  • client clock が進み過ぎている
  • future timestamp を誤って送っている

Payload

payload.messagestringRequired

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

Examples

updated_at is in the future

{
  "status": "status+me.virmesh.player.timestamp_in_future",
  "payload": {
    "message": "payload.updated_at must not be in the future."
  }
}

Client handling

  • client clock を補正する
  • request 送信直前の timestamp を使う

Related statuses

Referenced by

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