Skip to main content

Invalid since

typehttps://docs.frem.sh/reference/api/errors/invalid-since
HTTP status400 Bad Request

What it means

The request was malformed, or a field failed validation.

Example detail messages returned with this error:

  • since must be ISO 8601 (e.g. 2025-01-01 or 2025-01-01T00:00:00Z).
  • since must be an ISO 8601 timestamp.

What to do

Correct the since value - detail names what was wrong.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/invalid-since",
  "title": "Bad Request",
  "status": 400,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.