Module DebugProtocol.ExceptionDetails

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
include sig ... end
val message : t -> string Interop.or_undefined
val typeName : t -> string Interop.or_undefined
val fullTypeName : t -> string Interop.or_undefined
val evaluateName : t -> string Interop.or_undefined
val stackTrace : t -> string Interop.or_undefined
val innerException : t -> t Interop.or_undefined