Home
last modified time | relevance | path

Searched refs:ErrorEvent (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DErrorGroupStats.php47 protected $representativeType = ErrorEvent::class;
151 * @param ErrorEvent
153 public function setRepresentative(ErrorEvent $representative)
158 * @return ErrorEvent
H A DListEventsResponse.php23 protected $errorEventsType = ErrorEvent::class;
35 * @param ErrorEvent[]
42 * @return ErrorEvent[]
H A DErrorEvent.php20 class ErrorEvent extends \Google\Model class
94 class_alias(ErrorEvent::class, 'Google_Service_Clouderrorreporting_ErrorEvent');
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as31 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
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md510 - `error` is now an event that emits a `GuzzleHttp\Event\ErrorEvent`.
526 `GuzzleHttp\Event\ErrorEvent` event.