Appearance
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
| HTTP | API | Action |
|---|---|---|
400 | me.virmesh.player.prepareProfileImageUpload | me.virmesh.player.prepareProfileImageUpload |
400 | me.virmesh.player.updateProfile | me.virmesh.player.updateProfile |