Jerboa v0.2.0 Jerboa.Format.ComprehensionError exception

Error indicating that the STUN message contained a comprehension-required attribute unknown to Jerboa

If the STUN message contains a comprehension-required attribute which is unknown to the STUN agent then it cannot be successfully processed.

Exception struct fields:

  • :attribute - integer value of the unknown attribute

Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Functions

exception(msg)
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

message(exception)
message(Exception.t) :: String.t

Callback implementation for Exception.message/1.