Zend Framework
1.12
|
Public Member Functions | |
__construct ($id, $status, $errorCode, $errorMessage) | |
Constructor. | |
![]() | |
__set ($name, $value) | |
Magic overload for setting properties. | |
__get ($name) | |
Magic overload for getting properties. | |
Additional Inherited Members | |
![]() | |
$_data = null | |
__construct | ( | $id, | |
$status, | |||
$errorCode, | |||
$errorMessage | |||
) |
Constructor.
string | $id | The request ID of the asynchronous request. |
string | $status | The status of the asynchronous request. Possible values include InProgress, Succeeded, or Failed. |
string | $errorCode | The management service error code returned if the asynchronous request failed. |
string | $errorMessage | The management service error message returned if the asynchronous request failed. |