Searched refs:ErrorEvent (Results 1 – 5 of 5) sorted by relevance
47 protected $representativeType = ErrorEvent::class;151 * @param ErrorEvent153 public function setRepresentative(ErrorEvent $representative)158 * @return ErrorEvent
23 protected $errorEventsType = ErrorEvent::class;35 * @param ErrorEvent[]42 * @return ErrorEvent[]
20 class ErrorEvent extends \Google\Model class94 class_alias(ErrorEvent::class, 'Google_Service_Clouderrorreporting_ErrorEvent');
31 import flash.events.ErrorEvent;102 else if (event.error is ErrorEvent)104 var errorEvent:ErrorEvent = event.error as ErrorEvent;110 // a non-Error, non-ErrorEvent type was thrown and uncaught
510 - `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`.526 `GuzzleHttp\Event\ErrorEvent` event.