Module Err.Config

type t =
| DuplicateArgs(list((string, RargInternal.Args.t, RargInternal.Args.t)))
| InvalidArgNames(list(RargInternal.Args.t))
;