Ev.Error
Error events.
type t
The type for ErrorEvent objects.
ErrorEvent
val message : t -> Jstr.t
message e is the error message.
message e
val filename : t -> Jstr.t
filename e is the script file name.
filename e
val lineno : t -> int
lineno e is the line number.
lineno e
val colno : t -> int
colno e is the column number.
colno e
val error : t -> Jv.t
error e is the error object.
error e