Ferra.rs / Error Types / not_found

not_found

Resource Not Found

404 Not Found

Returned by every read, update, or delete operation that resolves to zero matching rows. The detail field carries the resource path and the ID that was not found.

Example RFC 7807 body

{
  "type":   "https://ferra.rs/errors/not_found",
  "title":  "Resource Not Found",
  "status": 404,
  "detail": "films/c2bb1f10-72b8-486a-9f2b-c92e4a2cdf41 not found"
}
← All error types