[Picasa_Exception] element index

Package indexes

All elements
b c e f g i p r u _
_
top
__construct
__construct
__construct
__construct
__construct
Constructs a Picasa_Exception object.
__construct
Constructs the exception.
__construct
__construct
__construct
__toString
Constructs a textual representation of the current instantiation.
__toString
Constructs a textual representation of the current instantiation.
b
top
BadRequestException.php
BadRequestException.php in BadRequestException.php
c
top
$captchaPath
The path of the CAPTCHA URL, without the server name at the beginning. This field may be useless.
$captchaToken
The token supplied by Google, which is used by their servers to determine which image the captcha response is in response to.
$captchaUrl
The URL of the image that contains the challenge.
CaptchaRequiredException.php
CaptchaRequiredException.php in CaptchaRequiredException.php
ConflictException.php
ConflictException.php in ConflictException.php
e
top
$emailAddress
The email address of the user who was attempting to login when this CAPTCHA challenge was issued.
Exception.php
Exception.php in Exception.php
f
top
FailedAuthorizationException.php
FailedAuthorizationException.php in FailedAuthorizationException.php
FileNotFoundException.php
FileNotFoundException.php in FileNotFoundException.php
g
top
getCaptchaPath
Getter field for private member.
getCaptchaToken
Getter field for private member.
getCaptchaUrl
Getter field for private member.
getEmailAddress
Getter field for private member.
getPassword
Getter field for private member.
getResponse
Getter method for $response field.
getUrl
Getter method for $url field.
i
top
InternalServerErrorException.php
InternalServerErrorException.php in InternalServerErrorException.php
InvalidUsernameOrPasswordException.php
InvalidUsernameOrPasswordException.php in InvalidUsernameOrPasswordException.php
p
top
$password
The password that the user entered when they recieved the challenge.
Picasa_Exception
Picasa_Exception in Exception.php
Defines an exception originating within the Picasa API. This is used as a skeleton that other Picasa Exceptions will extend and is typically thrown when an unknwon error occurs. If the error type is known, usually an extended version of this class will be thrown.
Picasa_Exception_BadRequestException
Picasa_Exception_BadRequestException in BadRequestException.php
Represents an HTTP Error 400 Bad Request.
Picasa_Exception_CaptchaRequiredException
Picasa_Exception_CaptchaRequiredException in CaptchaRequiredException.php
Indicates that Google issued a CAPTCHA challenge when the client was attempting to login a user.
Picasa_Exception_ConflictException
Picasa_Exception_ConflictException in ConflictException.php
Represents an HTTP Error 409 Conflict.
Picasa_Exception_FailedAuthorizationException
Picasa_Exception_FailedAuthorizationException in FailedAuthorizationException.php
Indicates that an attempt to authorize the user has failed for some reason.
Picasa_Exception_FileNotFoundException
Picasa_Exception_FileNotFoundException in FileNotFoundException.php
This exception indicates that an HTTP Error 404 File Not Found error has occured when requesting a file on a remote server.
Picasa_Exception_InternalServerErrorException
Picasa_Exception_InternalServerErrorException in InternalServerErrorException.php
This indicates that an HTTP Error 500 Internal Server Error has occured.
Picasa_Exception_InvalidUsernameOrPasswordException
Picasa_Exception_InvalidUsernameOrPasswordException in InvalidUsernameOrPasswordException.php
Indicates that the user's attempt to login using Client Login failed because he entered the wrong username or password. There is no way in Picasa to determine if the username or the password is incorrect, just that one of them was.
Picasa_Exception_UnauthorizedException
Picasa_Exception_UnauthorizedException in UnauthorizedException.php
Indicates that an Error 401 Unauthorized response was recieved from the host after a request.
r
top
$response
If the exception originated from a request to another server, this field holds the entire contents of the response, including the headers.
u
top
$url
Picasa_Exception::$url in Exception.php
If the exception originated from a request to another server, this field holds the URL that was requested.
UnauthorizedException.php
UnauthorizedException.php in UnauthorizedException.php
b c e f g i p r u _