Sippet.Core.receive_error

You're seeing just the callback receive_error, go back to Sippet.Core module for more information.
Link to this callback

receive_error(reason, client_or_server_key)

View Source

Specs

receive_error(
  reason :: term(),
  client_or_server_key ::
    Sippet.Transactions.Client.t() | Sippet.Transactions.Server.t()
) :: any()

Receives an error from the server or client transaction.

The function receive_error/2 is called from the client or server transaction process created when sending or receiving requests.