---
title: NEAppProxyFlowError.Code.datagramTooLarge
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/neappproxyflowerror-swift.struct/code/datagramtoolarge
---

# NEAppProxyFlowError.Code.datagramTooLarge

A caller attempted to write a datagram that was larger than the socket’s receive window.

## Declaration

```swift
case datagramTooLarge
```

## See Also

### Error Codes

- [NEAppProxyFlowError.Code.notConnected](networkextension/neappproxyflowerror-swift.struct/code/notconnected.md)
- [NEAppProxyFlowError.Code.peerReset](networkextension/neappproxyflowerror-swift.struct/code/peerreset.md)
- [NEAppProxyFlowError.Code.hostUnreachable](networkextension/neappproxyflowerror-swift.struct/code/hostunreachable.md)
- [NEAppProxyFlowError.Code.invalidArgument](networkextension/neappproxyflowerror-swift.struct/code/invalidargument.md)
- [NEAppProxyFlowError.Code.aborted](networkextension/neappproxyflowerror-swift.struct/code/aborted.md)
- [NEAppProxyFlowError.Code.refused](networkextension/neappproxyflowerror-swift.struct/code/refused.md)
- [NEAppProxyFlowError.Code.timedOut](networkextension/neappproxyflowerror-swift.struct/code/timedout.md)
- [NEAppProxyFlowError.Code.internal](networkextension/neappproxyflowerror-swift.struct/code/internal.md)
- [NEAppProxyFlowError.Code.readAlreadyPending](networkextension/neappproxyflowerror-swift.struct/code/readalreadypending.md)
