Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Gdata exceptions
Class to represent exceptions that occur during Gdata operations.

__construct(
string $message
=
null, \Zend_Http_Client_Exception $e
=
null, \Zend_Http_Response $response
=
null
)
:
void
Create a new Zend_Gdata_App_HttpException
Name | Type | Description |
---|---|---|
$message | string | Optionally set a message |
$e | \Zend_Http_Client_Exception | Optionally pass in a Zend_Http_Client_Exception |
$response | \Zend_Http_Response | Optionally pass in a Zend_Http_Response |

getHttpClientException(
)
:
\Zend_Http_Client_Exception
Get the Zend_Http_Client_Exception.
Type | Description |
---|---|
\Zend_Http_Client_Exception |

getRawResponseBody(
)
:
string
Get the body of the Zend_Http_Response
Type | Description |
---|---|
string |

getResponse(
)
:
\Zend_Http_Response
Get the Zend_Http_Response.
Type | Description |
---|---|
\Zend_Http_Response |

setHttpClientException(
\Zend_Http_Client_Exception $value
)
:
void
Set the Zend_Http_Client_Exception.
Name | Type | Description |
---|---|---|
$value | \Zend_Http_Client_Exception |

setResponse(
\Zend_Http_Response $response
)
:
void
Set the Zend_Http_Response.
Name | Type | Description |
---|---|---|
$response | \Zend_Http_Response |