Module twitter_stream::error
[−]
[src]
Error types
Structs
| JsonError |
This type represents all possible errors that can occur when serializing or deserializing JSON data. |
| TlsError |
An error returned from the TLS implementation. |
Enums
| Error |
An error occurred while trying to connect to a Stream. |
| HyperError |
A set of errors that can occur parsing HTTP streams. |
| StreamError |
An error occured while listening on a Stream. |
| UrlError |
Errors that can occur during parsing. |
Type Definitions
| Result |