package brr

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

Module Ev.ErrorSource

Error events.

Sourcetype t

The type for ErrorEvent objects.

Sourceval message : t -> Jstr.t

message e is the error message.

Sourceval filename : t -> Jstr.t

filename e is the script file name.

Sourceval lineno : t -> int

lineno e is the line number.

Sourceval colno : t -> int

colno e is the column number.

Sourceval error : t -> Jv.t

error e is the error object.