Defines the behavior when encountering an error in the event / handler callback.

Enumeration Members

Enumeration Members

log: "log"

Logs the error when encountering an error in a callback.

throw: "throw"

Throws an error when encountering an error in a callback.