PHP Class Scalr\Service\Aws\DataType\ErrorData

Since: 03.10.2012
Author: Vitaliy Demidov ([email protected])
Datei anzeigen Open project: scalr/scalr Class Usage Examples

Public Properties

Property Type Description
$queryNumber integer The number of the query during current session
$request http\Client\Request Raw request message

Protected Properties

Property Type Description
$code string Error Code
$message string Error Message
$requestId string RequestId
$type string Error type

Public Methods

Method Description
__set ( string $property, mixed $value ) Magic setter
getCode ( ) : string Gets Error Code
getMessage ( ) : string Gets Error Message
getRequestId ( ) : string Gets RequestId
getType ( ) : string Gets Error Type

Method Details

__set() public method

Magic setter
public __set ( string $property, mixed $value )
$property string
$value mixed

getCode() public method

Gets Error Code
public getCode ( ) : string
return string Returns Error Code

getMessage() public method

Gets Error Message
public getMessage ( ) : string
return string Returns Error Message

getRequestId() public method

Gets RequestId
public getRequestId ( ) : string
return string Returns RequestId

getType() public method

Gets Error Type
public getType ( ) : string
return string Returns Error Type

Property Details

$code protected_oe property

Error Code
protected string $code
return string

$message protected_oe property

Error Message
protected string $message
return string

$queryNumber public_oe property

The number of the query during current session
public int $queryNumber
return integer

$request public_oe property

Raw request message
public Request,http\Client $request
return http\Client\Request

$requestId protected_oe property

RequestId
protected string $requestId
return string

$type protected_oe property

Error type
protected string $type
return string