Module tungstenite::error [−][src]
Error handling.
Enums
| CapacityError | Indicates the specific type/cause of a capacity error. |
| Error | Possible WebSocket errors. |
| ProtocolError | Indicates the specific type/cause of a protocol error. |
| TlsError | TLS errors. |
| UrlError | Indicates the specific type/cause of URL error. |
Type Definitions
| Result | Result type of all Tungstenite library calls. |