1# WebSocket_CloseResult
2
3
4## Overview
5
6Defines the parameters for the connection closure received by the WebSocket client.
7
8**Since**: 11
9
10**Related module**: [Netstack](netstack.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [code](netstack.md#code-13) | Error code for the connection closure.|
21| [reason](netstack.md#reason-13) | Error cause for the connection closure.|
22