Quichex.Native.ConnectionError (quichex v0.3.0)
View SourceWrapper for quiche::ConnectionError. Returned by connection_peer_error/1
and connection_local_error/1 for human-friendly inspection.
Summary
Types
@type t() :: %Quichex.Native.ConnectionError{ error_code: non_neg_integer(), is_app: boolean(), reason: binary() | nil }