Jerboa v0.2.0 Jerboa.Format.UnknownMethodError exception

Error indicating that the STUN message method is unknown to Jerboa

STUN methods are (along with classes) the primary indicator of how messages should be processed. If the method is unknown the STUN agent won’t know how to service to the message.

Exception struct fields:

  • :method - integer with a value of the unknown method

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.