Source for file Error.php
Documentation is available at Error.php
* @package Amazon_SimpleDB
* @copyright Copyright 2008 Amazon Technologies, Inc.
* @link http://aws.amazon.com
* @license http://aws.amazon.com/apache2.0 Apache License, Version 2.0
/*******************************************************************************
* Amazon Simple DB PHP5 Library
* Generated: Thu Aug 28 06:20:51 PDT 2008
* @see Amazon_SimpleDB_Model
require_once ('Amazon/SimpleDB/Model.php');
* Amazon_SimpleDB_Model_Error
* <li>Message: string</li>
* <li>Detail: Amazon_SimpleDB_Model_Object</li>
* Construct new Amazon_SimpleDB_Model_Error
* @param mixed $data DOMElement or Associative Array to construct from.
* <li>Message: string</li>
* <li>Detail: Amazon_SimpleDB_Model_Object</li>
'Type' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
'Code' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
'Message' =>
array('FieldValue' =>
null, 'FieldType' =>
'string'),
'Detail' =>
array('FieldValue' =>
null, 'FieldType' =>
'Amazon_SimpleDB_Model_Object'),
* Gets the value of the Type property.
return $this->_fields['Type']['FieldValue'];
* Sets the value of the Type property.
$this->_fields['Type']['FieldValue'] =
$value;
* Sets the value of the Type and returns this instance
* @param string $value Type
* @return Amazon_SimpleDB_Model_Error instance
* @return bool true if Type is set
* Gets the value of the Code property.
return $this->_fields['Code']['FieldValue'];
* Sets the value of the Code property.
$this->_fields['Code']['FieldValue'] =
$value;
* Sets the value of the Code and returns this instance
* @param string $value Code
* @return Amazon_SimpleDB_Model_Error instance
* @return bool true if Code is set
* Gets the value of the Message property.
return $this->_fields['Message']['FieldValue'];
* Sets the value of the Message property.
$this->_fields['Message']['FieldValue'] =
$value;
* Sets the value of the Message and returns this instance
* @param string $value Message
* @return Amazon_SimpleDB_Model_Error instance
* Checks if Message is set
* @return bool true if Message is set
* Gets the value of the Detail.
* @return Error.Detail Detail
return $this->_fields['Detail']['FieldValue'];
* Sets the value of the Detail.
* @param Error.Detail Detail
$this->_fields['Detail']['FieldValue'] =
$value;
* Sets the value of the Detail and returns this instance
* @param Object $value Detail
* @return Amazon_SimpleDB_Model_Error instance
* Checks if Detail is set
* @return bool true if Detail property is set
Documentation generated on Thu, 28 Aug 2008 06:35:47 -0700 by phpDocumentor 1.4.2