![]() |
![]()
| ![]() |
![]()
NAMEAmazon::SimpleDB::ErrorResponse - a class representing an error response from the SimpleDB service. DESCRIPTIONThis is code is in the early stages of development. Do not consider it stable. Feedback and patches welcome. This is a subclass Amazon::SimpleDB::Response. See its manpage for more. METHODSAmazon::SimpleDB::ErrorResponse->new($args)Constructor. It is recommended that you use "Amazon::SimpleDB::Response-"new($http_response)> instead of calling this directly. It will determine if request ended in an error from SimpleDB and will construct an object out of this class. $res->codeReturns the SimpleDB error code (a string). See the SimpleDB documentation for a list of all error codes. $res->messageReturns a human-readable message describing the error. SEE ALSOAmazon::SimpleDB::Response AUTHOR & COPYRIGHTPlease see the Amazon::SimpleDB manpage for author, copyright, and license information.
|