[−][src]Struct js_sys::TypeError
The TypeError
object represents an error when a value is not of the
expected type.
Implementations
impl TypeError
[src][−]
pub fn new(message: &str) -> TypeError
[src][−]
The TypeError
object represents an error when a value is not of the
expected type.
Methods from Deref<Target = Error>
pub fn message(&self) -> JsString
[src][−]
The message property is a human-readable description of the error.
pub fn set_message(&self, message: &str)
[src][−]
pub fn name(&self) -> JsString
[src][−]
The name property represents a name for the type of error. The initial value is "Error".
pub fn to_string(&self) -> JsString
[src][−]
The toString()
method returns a string representing the specified Error object
Trait Implementations
impl AsRef<Error> for TypeError
[src][+]
impl AsRef<JsValue> for TypeError
[src][+]
impl AsRef<Object> for TypeError
[src][+]
impl AsRef<TypeError> for TypeError
[src][+]
impl Clone for TypeError
[src][+]
impl Debug for TypeError
[src][+]
impl Deref for TypeError
[src][+]
impl Eq for TypeError
[src]
impl From<JsValue> for TypeError
[src][+]
impl From<TypeError> for JsValue
[src][+]
impl From<TypeError> for Error
[src][+]
impl From<TypeError> for Object
[src][+]
impl FromWasmAbi for TypeError
[src][+]
impl IntoWasmAbi for TypeError
[src][+]
impl<'a> IntoWasmAbi for &'a TypeError
[src][+]
impl JsCast for TypeError
[src][+]
impl OptionFromWasmAbi for TypeError
[src][+]
impl OptionIntoWasmAbi for TypeError
[src][+]
impl<'a> OptionIntoWasmAbi for &'a TypeError
[src][+]
impl PartialEq<TypeError> for TypeError
[src][+]
impl RefFromWasmAbi for TypeError
[src][+]
impl StructuralEq for TypeError
[src]
impl StructuralPartialEq for TypeError
[src]
impl WasmDescribe for TypeError
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TypeError
impl !Send for TypeError
impl !Sync for TypeError
impl Unpin for TypeError
impl UnwindSafe for TypeError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi,
[src][+]
T: IntoWasmAbi,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,