goog.debug.ErrorReporter.ExceptionEventProvided Bygoog.debug.ErrorReporter.ExceptionEventExtendsgoog.events.EventEvent broadcast when an exception is logged. new ExceptionEvent( error, context )Parameterserror(Error|null)The exception that was was reported. contextObject<string, string>The context values sent to the server alongside this error. VIEW SOURCEInstance Methodsexpand_morethis.hasPropagationStopped() → booleanDefined bygoog.events.EventParametersNone.Returnsbooleantrue iff internal propagation has been stopped. VIEW SOURCEexpand_morethis.preventDefault() → voidPrevents the default action, for example a link redirecting to a url. VIEW SOURCEexpand_morethis.stopPropagation() → voidStops event propagation. VIEW SOURCEInstance Propertiesexpand_morethis.context → Object<string, string>Context values sent to the server alongside this report. VIEW SOURCEexpand_morethis.currentTarget → (Object|null|undefined)Object that had the listener attached. VIEW SOURCEexpand_morethis.defaultPrevented → booleanWhether the default action has been prevented. This is a property to match the W3C specification at #events-event-type-defaultPrevented. Must be treated as read-only outside the class. VIEW SOURCEexpand_morethis.error → (Error|null)The error that was reported. VIEW SOURCEexpand_morethis.row → ?No information.VIEW SOURCEexpand_morethis.rowNode → (Element|null|undefined)No information.VIEW SOURCEexpand_morethis.target → (Object|null|undefined)TODO(tbreisacher): The type should probably be EventTarget|goog.events.EventTarget. Target of the event. VIEW SOURCEexpand_morethis.type → stringEvent type. VIEW SOURCEStatic Propertiesexpand_moreExceptionEvent.TYPE → stringEvent type for notifying of a logged exception. VIEW SOURCE