__construct()
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_ErrorResponse
Parameters
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
MarketplaceWebService_Model_ErrorResponse
Properties:
fromXML(string $xml) : \MarketplaceWebService_Model_ErrorResponse
Construct MarketplaceWebService_Model_ErrorResponse from XML string
| string | $xml | XML string to construct from |
withError(\Error $errorArgs) : \MarketplaceWebService_Model_ErrorResponse
Sets single or multiple values of Error list via variable number of arguments.
For example, to set the list with two elements, simply pass two values as arguments to this function
withError($error1, $error2)
| \Error | $errorArgs | one or more Error |
instance
withRequestId(string $value) : \MarketplaceWebService_Model_ErrorResponse
Sets the value of the RequestId and returns this instance
| string | $value | RequestId |
instance