goog.net.BulkLoader.LoadErrorEventProvided Bygoog.net.BulkLoaderExtendsgoog.events.EventNo description available.new LoadErrorEvent( status )ParametersstatusnumberThe response status. 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.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.row → ?No information.VIEW SOURCEexpand_morethis.rowNode → (Element|null|undefined)No information.VIEW SOURCEexpand_morethis.status → numberNo 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 SOURCE