Contents

NSURLErrorCannotLoadFromNetwork

A specific request to load an item only from the cache couldn’t be satisfied.

Declaration

var NSURLErrorCannotLoadFromNetwork: Int { 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

URL Errors