<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/BlockSourceError/notFound",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel16BlockSourceErrorO8notFoundyA2CmF"
  },
  "title" : "BlockSourceError.notFound"
}
-->

# BlockSourceError.notFound

The requested block, header, or height is not available on this
source.

```
case notFound
```

## Discussion

Mapped from HTTP 404 for [`EsploraBlockSource`](/documentation/BitcoinKernel/EsploraBlockSource). Never retried — the
resource is definitively absent rather than transiently unavailable.