Range not satisfiable

HTTP 416 · range-not-satisfiable← all Webpath errors

The requested byte range lies outside the file.

How to recover. Request a range within the file's length.

Example response

{
  "type": "https://muse.as/a/webpath/errors/range-not-satisfiable",
  "title": "Range not satisfiable",
  "status": 416,
  "detail": "Request a range within the file's length."
}

This page documents the range-not-satisfiable error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.