NAME
SimpleDB::Client::Exception - Exceptions thrown by SimpleDB::Client.
VERSION
version 1.0600
DESCRIPTION
A submclass of Exception::Class that defines expcetions to be thrown through-out SimpleDB::Client ojbects.
EXCEPTIONS
The following exceptions are available from this class.
SimpleDB::Client::Exception
A general error. Isa Exception::Class.
SimpleDB::Client::Exception::Connection
Thrown when exceptions occur connecting to the SimpleDB database at Amazon, or the memcached server. Isa SimpleDB::Client::Exception.
status_code
The HTTP status code returned.
SimpleDB::Client::Exception::Response
Isa SimpleDB::Client::Exception::Connection. Thrown when SimpleDB reports an error.
error_code
The error code returned from SimpleDB.
request_id
The request id as returned from SimpleDB.
box_usage
The storage usage in your SimpleDB.
response
The HTTP::Response object as retrieved from the SimpleDB request.
LEGAL
SimpleDB::Client is Copyright 2009-2010 Plain Black Corporation (http://www.plainblack.com/) and is licensed under the same terms as Perl itself.