The release lookup could not be answered — no network, a proxy, an HTTP error, or GitHub's unauthenticated rate limit.
import * as Release from './release.ts'; Release.LookupFailed({ url: 'https://api.github.com/x', reason: 'fetch failed' }).code; // 'UpgradeLookupFailed'