Trait stdweb::traits::IDomException [] [src]

pub trait IDomException: IError { }

The IDomException interface represents an abnormal event which occurs as the result of calling a web API.

(JavaScript docs)

Implementors