Module Reed_solomon_erasure.RS_SBS_Error

type t =
| TooManyCalls
| LeftoverShards
| RSError of RS_Error.t
module Exn : sig ... end
val to_exn : t ‑> exn
val unwrap : ('at) Pervasives.result ‑> 'a