public final class ILMessageFilterError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
InvalidNetworkURL
The network request URL included in the extension's Info.plist was either missing or invalid.
|
static long |
NetworkRequestFailed
Network request was attempted but failed.
|
static long |
NetworkURLUnauthorized
Extension's containing app is not authorized to allow extension to defer network requests to the host specified in the URL of the extension's Info.plist.
|
static long |
RedundantNetworkDeferral
Extension requested to defer a request to its network service more than once.
|
static long |
System
An unspecified system error occurred.
|
public static final long System
public static final long InvalidNetworkURL
public static final long NetworkURLUnauthorized
public static final long NetworkRequestFailed
public static final long RedundantNetworkDeferral