script::dom::bindings

Module error

source
Expand description

Utilities to throw exceptions from Rust bindings.

Structsยง

  • ErrorInfo ๐Ÿ”’
    A struct encapsulating information about a runtime script error.

Enumsยง

  • Error ๐Ÿ”’
    DOM exceptions that can be thrown by a native DOM method.

Functionsยง

Type Aliasesยง

  • ErrorResult ๐Ÿ”’
    The return type for IDL operations that can throw DOM exceptions and return ().
  • Fallible ๐Ÿ”’
    The return type for IDL operations that can throw DOM exceptions.