{
  "id": "python/asyncio-sendfilenotavailableerror",
  "signature": "asyncio.SendfileNotAvailableError",
  "signature_zh": "",
  "regex": "asyncio\\.SendfileNotAvailableError",
  "domain": "python",
  "category": "system_error",
  "subcategory": null,
  "root_cause": "sendfile syscall is not available on this platform.",
  "root_cause_type": "generic",
  "root_cause_zh": "",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [],
  "workarounds": [],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.python.org/3/library/asyncio.html",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "official",
  "confidence": 0.95,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": null,
  "last_confirmed": null,
  "last_updated": null,
  "evidence_count": 0,
  "tags": [
    "python",
    "stdlib",
    "asyncio",
    "sendfilenotavailableerror"
  ],
  "locale": "en",
  "aliases": []
}