package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type exn +=
  1. | Error of string
  2. | EvalError of string
  3. | RangeError of string
  4. | ReferenceError of string
  5. | SyntaxError of string
  6. | TypeError of string
  7. | UriError of string
val asJsExn : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val stack : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val message : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val name : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val fileName : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val anyToExnInternal : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val isCamlExceptionOrOpenVariant : 'a -> 'b
  • alert not_implemented is not implemented in native under server-reason-react.js
val raiseError : string -> 'a
val raiseEvalError : string -> 'a
val raiseRangeError : string -> 'a
val raiseReferenceError : string -> 'a
val raiseSyntaxError : string -> 'a
val raiseTypeError : string -> 'a
val raiseUriError : string -> 'a
OCaml

Innovation. Community. Security.