package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Cancelled
  2. | Custom of string

Contains the raw error in short form if 'success' is false. This raw error might be interpreted by the frontend and is not shown in the UI. Some predefined values exist.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t