package gapi-ocaml

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

Module GapiError.SingleErrorSource

A single server error

Sourcetype t = {
  1. domain : string;
    (*

    The domain in which the error occured

    *)
  2. reason : string;
    (*

    The reason the error was thrown

    *)
  3. message : string;
    (*

    The error message

    *)
  4. locationType : string;
    (*

    Type of the location

    *)
  5. location : string;
    (*

    Location where the error was thrown

    *)
  6. extendedHelp : string;
}
Sourceval domain : (t, string) GapiLens.t
Sourceval reason : (t, string) GapiLens.t
Sourceval message : (t, string) GapiLens.t
Sourceval locationType : (t, string) GapiLens.t
Sourceval location : (t, string) GapiLens.t
Sourceval extendedHelp : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.