public interface NSURLConnectionDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
didFailWithError(NSURLConnection p1,
NSError p2)
It is used after a connection load request failure.
|
default void didFailWithError(NSURLConnection p1, NSError p2)
p1 - The connection that sends the message.p2 - An error object with the details of the connection failure.Copyright © 2020. All rights reserved.