Module Vcs.Err

type t = Err.t
val to_error : t -> Base.Error.t

Inject t into Base.Error.t. This is useful if you'd like to use Vcs inside the Base.Or_error monad.

val of_error : Base.Error.t -> t

Create an error with no initial step.