Module Dream_h2.ErrorSource

Sourcetype t =
  1. | ConnectionError of Error_code.t * string
  2. | StreamError of Stream_identifier.t * Error_code.t
Sourceval message : t -> string