Module v8::error [] [src]

Error types and utilities.

Structs

CapturedStackFrame

A captured stack frame, that is separated from its underlying isolate.

CapturedStackTrace

A captured stack trace, that is separated from its underlying isolate.

Error

The Error type.

Message

An error message.

StackFrame

A stack frame, that is bound to an isolate.

StackTrace

A stack trace, that is bound to an isolate.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.