* An error has occurred while writing or reading from the connection. * * @param error - the error received * @param message - the message to be delivered to the server if know. * @param count - a count indicating how often an error is received. Will * be reset if a message got successful
(error: Error, message: Message, count: number)
| 264 | * be reset if a message got successfully send or received. |
| 265 | */ |
| 266 | error(error: Error, message: Message, count: number): ErrorAction; |
| 267 | |
| 268 | /** |
| 269 | * The connection to the server got closed. |
no outgoing calls
no test coverage detected