Test_command_line.Common_errors
type t = [
|
`Command_line of Internal_pervasives.string
|
`Die of Internal_pervasives.int
|
`Empty_protocol_list
|
`Msg of Internal_pervasives.string
|
`Precheck_failure of Internal_pervasives.string
|
Internal_pervasives.Process_result.Error.t
|
`Scenario_error of Internal_pervasives.string
|
Internal_pervasives.System_error.t
|
Test_scenario.Inconsistency_error.t
|
`Waiting_for of Internal_pervasives.string * [ `Time_out ]
]
val pp : t Fmt.t