__construct()
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_Error
Parameters
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
MarketplaceWebService_Model_Error
Properties:
withType(string $value) : \MarketplaceWebService_Model_Error
Sets the value of the Type and returns this instance
| string | $value | Type |
instance
withCode(string $value) : \MarketplaceWebService_Model_Error
Sets the value of the Code and returns this instance
| string | $value | Code |
instance
withMessage(string $value) : \MarketplaceWebService_Model_Error
Sets the value of the Message and returns this instance
| string | $value | Message |
instance
withDetail(Object $value) : \MarketplaceWebService_Model_Error
Sets the value of the Detail and returns this instance
| Object | $value | Detail |
instance