Module error

Source
Expand description

STUN Errors. This module contains all errors that can happen when dealing with stun.

Structs§

StunAttributeError
Describes the error happened when parsing an StunAttribute
StunDecodeError
Describes an error decoding a StunMessage
StunEncodeError
Describes an error encoding a message StunMessage
StunError
Stun error
StunMessageError
Describes an error happening at message level

Enums§

StunErrorInfo
Provides information about the error
StunErrorLevel
Indicates if the error happened when parsing the message, for example if the input buffer is shorter than the length indicated in the STUN header, or if the error happened parsing an attribute.
StunErrorType
Defines the type of error