Decibel.TransportDirectionError exception (decibel v1.0.1)

Copy Markdown View Source

Raised when an operation targets the discarded direction of a one-way transport.

The :direction field is :in for inbound transport or :out for outbound transport.

Summary

Types

t()

@type t() :: %Decibel.TransportDirectionError{
  __exception__: true,
  direction: :in | :out,
  message: String.t()
}