Module Ev.Error

Error events.

type t

The type for ErrorEvent objects.

val message : t -> Jstr.t

message e is the error message.

val filename : t -> Jstr.t

filename e is the script file name.

val lineno : t -> int

lineno e is the line number.

val colno : t -> int

colno e is the column number.

val error : t -> Jv.t

error e is the error object.