PATH:
home
/
letacommog
/
crmleta
/
libraries
/
google-api-php-client
/
src
/
Google
/
Service
<?php require_once realpath(dirname(__FILE__) . '/../../../autoload.php'); class Google_Service_Exception extends Google_Exception { /** * Optional list of errors returned in a JSON body of an HTTP error response. */ protected $errors = array(); /** * Override default constructor to add ability to set $errors. * * @param string $message * @param int $code * @param Exception|null $previous * @param [{string, string}] errors List of errors returned in an HTTP * response. Defaults to []. */ public function __construct( $message, $code = 0, Exception $previous = null, $errors = array() ) { if (version_compare(PHP_VERSION, '5.3.0') >= 0) { parent::__construct($message, $code, $previous); } else { parent::__construct($message, $code); } $this->errors = $errors; } /** * An example of the possible errors returned. * * { * "domain": "global", * "reason": "authError", * "message": "Invalid Credentials", * "locationType": "header", * "location": "Authorization", * } * * @return [{string, string}] List of errors return in an HTTP response or []. */ public function getErrors() { return $this->errors; } }
[+]
..
[-] YouTube.php
[edit]
[-] Pagespeedonline.php
[edit]
[-] TagManager.php
[edit]
[-] AdSenseHost.php
[edit]
[-] Reports.php
[edit]
[-] Datastore.php
[edit]
[-] Genomics.php
[edit]
[-] AppState.php
[edit]
[-] Taskqueue.php
[edit]
[-] AdSense.php
[edit]
[-] Appsactivity.php
[edit]
[-] Groupssettings.php
[edit]
[-] Webmasters.php
[edit]
[-] PlusDomains.php
[edit]
[-] Resourceviews.php
[edit]
[-] CloudMonitoring.php
[edit]
[-] QPXExpress.php
[edit]
[-] Urlshortener.php
[edit]
[-] DoubleClickBidManager.php
[edit]
[-] Audit.php
[edit]
[-] Dfareporting.php
[edit]
[-] MapsEngine.php
[edit]
[-] Directory.php
[edit]
[-] Bigquery.php
[edit]
[-] Tasks.php
[edit]
[-] Fitness.php
[edit]
[-] Prediction.php
[edit]
[-] Freebase.php
[edit]
[-] Reseller.php
[edit]
[-] Webfonts.php
[edit]
[-] Manager.php
[edit]
[-] Licensing.php
[edit]
[-] Coordinate.php
[edit]
[-] Customsearch.php
[edit]
[-] AdExchangeBuyer.php
[edit]
[-] ShoppingContent.php
[edit]
[-] Spectrum.php
[edit]
[-] IdentityToolkit.php
[edit]
[-] GamesManagement.php
[edit]
[-] Drive.php
[edit]
[-] Dns.php
[edit]
[-] Translate.php
[edit]
[-] Doubleclicksearch.php
[edit]
[-] Blogger.php
[edit]
[-] Replicapool.php
[edit]
[-] Oauth2.php
[edit]
[-] Calendar.php
[edit]
[-] Pubsub.php
[edit]
[-] Admin.php
[edit]
[-] Compute.php
[edit]
[-] Replicapoolupdater.php
[edit]
[-] Books.php
[edit]
[-] Plus.php
[edit]
[-] Storage.php
[edit]
[-] Mirror.php
[edit]
[-] Games.php
[edit]
[-] Fusiontables.php
[edit]
[-] Autoscaler.php
[edit]
[-] CivicInfo.php
[edit]
[-] GroupsMigration.php
[edit]
[-] AndroidPublisher.php
[edit]
[-] AdExchangeSeller.php
[edit]
[-] Exception.php
[edit]
[-] Analytics.php
[edit]
[-] Resource.php
[edit]
[-] SiteVerification.php
[edit]
[-] Container.php
[edit]
[-] YouTubeAnalytics.php
[edit]
[-] SQLAdmin.php
[edit]
[-] Gmail.php
[edit]