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
@type t() :: %Decibel.TransportDirectionError{ __exception__: true, direction: :in | :out, message: String.t() }