Module stdweb::web::error [] [src]

A module containing error types.

Structs

DomException

A reference to a JavaScript DOMException object.

Error

A reference to a JavaScript Error object. An Error is thrown whenever a run-time error occurs.

HierarchyRequestError

Occurs when an operation would result in an incorrect node tree.

InvalidAccessError

Occurs when an object does not support an operation or argument.

NotFoundError

Occurs when the specified object cannot be found.

SecurityError

Occurs when the requested operation is insecure.

SyntaxError

Occurs when an argument does not match the expected pattern.

Traits

IDomException

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

IError

Represents the JavaScript Error interface. An Error is thrown whenever a run-time error occurs.