package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sarif.Sarif_exceptionSource

Sourcetype t = {
  1. kind : string;
  2. message : string;
  3. stack : Stack.t;
  4. innerExceptions : t list;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval default : t
OCaml

Innovation. Community. Security.