Class FFIError<E>

An error that occurred in Rust.

Type Parameters

  • E

Hierarchy

  • Error
    • FFIError

Properties

Constructors

  • Type Parameters

    • E

    Parameters

    • Optionalmessage: string

    Returns FFIError<E>

Properties

error_value: E
message: string
name: string
stack?: string
""