Module ExceptionInfoResponse.M

type body = {
  1. exceptionId : string;
  2. description : string Interop.or_undefined;
  3. breakMode : ExceptionBreakMode.t;
  4. details : ExceptionDetails.t Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t