Messages.Response
include sig ... end
type t = private Message.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val request_seq : t -> int
val success : t -> bool
val command : t -> string
val create : request:DebugProtocol.Request.t -> ?message:string -> unit -> t