[][src]Module tox_core::net_crypto::errors

Module for errors of NetCrypto.

Structs

HandlePacketError

Error that can happen when calling handle_* of packet.

KillConnectionError

Error that can happen during a lossless packet sending.

PacketsArrayError

Error that can happen while processing packets array

RunError

Error that can happen when calling run.

SendDataError

Error that can happen while processing packets array.

SendLosslessPacketError

Error that can happen during a lossless packet sending.

SendPacketError

Error that can happen during a packet sending.

Enums

HandlePacketErrorKind

The specific kind of error that can occur.

KillConnectionErrorKind

The specific kind of error that can occur.

PacketsArrayErrorKind

The specific kind of error that can occur.

RunErrorKind

The specific kind of error that can occur.

SendDataErrorKind

The specific kind of error that can occur.

SendLosslessPacketErrorKind

The specific kind of error that can occur.

SendPacketErrorKind

The specific kind of error that can occur.