future_timestamp

A usage event timestamp is more than 60 seconds in the future.

HTTP status400
Error typeinvalid_request_error
RetryNo. Fix the request.

Response shape

{
  "error": {
    "type": "invalid_request_error",
    "code": "future_timestamp",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/future_timestamp",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.