Case
BlockSourceError.notSupported
The source does not implement the requested method.
case notSupported
Discussion
Reserved for conformers that deliberately decline specific methods (e.g., a “headers-only” source that declines block(for:)). EsploraBlockSource never throws this — every method is supported.