[][src]Struct web_sys::DomException

#[repr(transparent)]pub struct DomException { /* fields omitted */ }

The DomException class.

MDN Documentation

This API requires the following crate features to be activated: DomException

Implementations

impl DomException[src]

pub fn name(&self) -> String[src]

Getter for the name field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn message(&self) -> String[src]

Getter for the message field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn code(&self) -> u16[src]

Getter for the code field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn result(&self) -> u32[src]

Getter for the result field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn filename(&self) -> String[src]

Getter for the filename field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn line_number(&self) -> u32[src]

Getter for the lineNumber field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn column_number(&self) -> u32[src]

Getter for the columnNumber field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn data(&self) -> Option<Object>[src]

Getter for the data field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn stack(&self) -> String[src]

Getter for the stack field of this object.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn new() -> Result<DomException, JsValue>[src]

The new DomException(..) constructor, creating a new instance of DomException.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn new_with_message(message: &str) -> Result<DomException, JsValue>[src]

The new DomException(..) constructor, creating a new instance of DomException.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub fn new_with_message_and_name(
    message: &str,
    name: &str
) -> Result<DomException, JsValue>
[src]

The new DomException(..) constructor, creating a new instance of DomException.

MDN Documentation

This API requires the following crate features to be activated: DomException

impl DomException[src]

pub const INDEX_SIZE_ERR: u16[src]

The DOMException.INDEX_SIZE_ERR const.

This API requires the following crate features to be activated: DomException

pub const DOMSTRING_SIZE_ERR: u16[src]

The DOMException.DOMSTRING_SIZE_ERR const.

This API requires the following crate features to be activated: DomException

pub const HIERARCHY_REQUEST_ERR: u16[src]

The DOMException.HIERARCHY_REQUEST_ERR const.

This API requires the following crate features to be activated: DomException

pub const WRONG_DOCUMENT_ERR: u16[src]

The DOMException.WRONG_DOCUMENT_ERR const.

This API requires the following crate features to be activated: DomException

pub const INVALID_CHARACTER_ERR: u16[src]

The DOMException.INVALID_CHARACTER_ERR const.

This API requires the following crate features to be activated: DomException

pub const NO_DATA_ALLOWED_ERR: u16[src]

The DOMException.NO_DATA_ALLOWED_ERR const.

This API requires the following crate features to be activated: DomException

pub const NO_MODIFICATION_ALLOWED_ERR: u16[src]

The DOMException.NO_MODIFICATION_ALLOWED_ERR const.

This API requires the following crate features to be activated: DomException

pub const NOT_FOUND_ERR: u16[src]

The DOMException.NOT_FOUND_ERR const.

This API requires the following crate features to be activated: DomException

pub const NOT_SUPPORTED_ERR: u16[src]

The DOMException.NOT_SUPPORTED_ERR const.

This API requires the following crate features to be activated: DomException

pub const INUSE_ATTRIBUTE_ERR: u16[src]

The DOMException.INUSE_ATTRIBUTE_ERR const.

This API requires the following crate features to be activated: DomException

pub const INVALID_STATE_ERR: u16[src]

The DOMException.INVALID_STATE_ERR const.

This API requires the following crate features to be activated: DomException

pub const SYNTAX_ERR: u16[src]

The DOMException.SYNTAX_ERR const.

This API requires the following crate features to be activated: DomException

pub const INVALID_MODIFICATION_ERR: u16[src]

The DOMException.INVALID_MODIFICATION_ERR const.

This API requires the following crate features to be activated: DomException

pub const NAMESPACE_ERR: u16[src]

The DOMException.NAMESPACE_ERR const.

This API requires the following crate features to be activated: DomException

pub const INVALID_ACCESS_ERR: u16[src]

The DOMException.INVALID_ACCESS_ERR const.

This API requires the following crate features to be activated: DomException

pub const VALIDATION_ERR: u16[src]

The DOMException.VALIDATION_ERR const.

This API requires the following crate features to be activated: DomException

pub const TYPE_MISMATCH_ERR: u16[src]

The DOMException.TYPE_MISMATCH_ERR const.

This API requires the following crate features to be activated: DomException

pub const SECURITY_ERR: u16[src]

The DOMException.SECURITY_ERR const.

This API requires the following crate features to be activated: DomException

pub const NETWORK_ERR: u16[src]

The DOMException.NETWORK_ERR const.

This API requires the following crate features to be activated: DomException

pub const ABORT_ERR: u16[src]

The DOMException.ABORT_ERR const.

This API requires the following crate features to be activated: DomException

pub const URL_MISMATCH_ERR: u16[src]

The DOMException.URL_MISMATCH_ERR const.

This API requires the following crate features to be activated: DomException

pub const QUOTA_EXCEEDED_ERR: u16[src]

The DOMException.QUOTA_EXCEEDED_ERR const.

This API requires the following crate features to be activated: DomException

pub const TIMEOUT_ERR: u16[src]

The DOMException.TIMEOUT_ERR const.

This API requires the following crate features to be activated: DomException

pub const INVALID_NODE_TYPE_ERR: u16[src]

The DOMException.INVALID_NODE_TYPE_ERR const.

This API requires the following crate features to be activated: DomException

pub const DATA_CLONE_ERR: u16[src]

The DOMException.DATA_CLONE_ERR const.

This API requires the following crate features to be activated: DomException

Trait Implementations

impl AsRef<DomException> for DomException[src]

impl AsRef<JsValue> for DomException[src]

impl AsRef<Object> for DomException[src]

impl Clone for DomException[src]

impl Debug for DomException[src]

impl Deref for DomException[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for DomException[src]

impl From<DomException> for JsValue[src]

impl From<DomException> for Object[src]

impl From<JsValue> for DomException[src]

impl FromWasmAbi for DomException[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for DomException[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a DomException[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for DomException[src]

impl OptionFromWasmAbi for DomException[src]

impl OptionIntoWasmAbi for DomException[src]

impl<'a> OptionIntoWasmAbi for &'a DomException[src]

impl PartialEq<DomException> for DomException[src]

impl RefFromWasmAbi for DomException[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<DomException>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for DomException[src]

impl StructuralPartialEq for DomException[src]

impl WasmDescribe for DomException[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.