NEAppProxyFlowError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates NEAppProxyFlow error codes.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NEAppProxyFlowError
type NEAppProxyFlowError =
- Inheritance
-
NEAppProxyFlowError
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
NotConnected | 1 | |
PeerReset | 2 | |
HostUnreachable | 3 | |
InvalidArgument | 4 | |
Aborted | 5 | |
Refused | 6 | |
TimedOut | 7 | |
Internal | 8 | |
DatagramTooLarge | 9 | The datagram was too large. |
ReadAlreadyPending | 10 | A read operation was already pending. |