Quichex.Native.ConnectionError (quichex v0.3.0)

View Source

Wrapper for quiche::ConnectionError. Returned by connection_peer_error/1 and connection_local_error/1 for human-friendly inspection.

Summary

Types

t()

@type t() :: %Quichex.Native.ConnectionError{
  error_code: non_neg_integer(),
  is_app: boolean(),
  reason: binary() | nil
}