Application-facing error returned by one selected protocol implementation.
Summary
Types
@type t() :: %MOQX.ProtocolError{ code: non_neg_integer(), operation: atom(), protocol: atom(), reason: binary() | nil }
Application-facing error returned by one selected protocol implementation.
@type t() :: %MOQX.ProtocolError{ code: non_neg_integer(), operation: atom(), protocol: atom(), reason: binary() | nil }