Type Property 型プロパティ

cannotLoadFromNetwork

A request to load an item only from the cache could not be satisfied. キャッシュからのみある項目をロードするリクエストが、履行できませんでした。

Declaration 宣言

static var cannotLoadFromNetwork: URLError.Code { get }

Discussion 議論

This error is sent when the task needs to load from the network, but is blocked from doing so by the “load only from cache” directive. このエラーは、そのタスクがネットワークからロードを行う必要がある、しかしそうすることを “キャッシュからのみロードする” 指令によって阻止される時に送られます

See Also 参照

Error Codes さまざまなエラーコード