<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Tor",
  "identifier" : "/documentation/Tor/TorError/resourceExhausted(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Tor"
    ],
    "preciseIdentifier" : "s:3Tor0A5ErrorO17resourceExhaustedyACSScACmF"
  },
  "title" : "TorError.resourceExhausted(_:)"
}
-->

# TorError.resourceExhausted(_:)

Tor reported resource exhaustion (Tor reply 451) — out of file
descriptors, memory, or entry guards.

```
case resourceExhausted(String)
```

## Discussion

Rarely raised in practice. Payload is Tor’s diagnostic string.
Callers may choose to back off and retry, but the underlying
resource pressure is usually system-wide and requires operator
intervention.