Module v_common_v8::error[][src]

Structs

ErrWithV8Handle
JsError

A JsError represents an exception coming from V8, with stack frames and line numbers. The deno_cli crate defines another JsError type, which wraps the one defined here, that adds source map support and colorful formatting.

JsStackFrame

Functions

attach_handle_to_error
bad_resource
bad_resource_id
custom_error

Creates a new error with a caller-specified error class name and message.

generic_error
get_custom_error_class

If this error was crated with custom_error(), return the specified error class name. In all other cases this function returns None.

last_os_error
not_supported
resource_unavailable
type_error
uri_error

Type Definitions

AnyError

A generic wrapper that can encapsulate any concrete error type.