class TerraformError extends Model (View source)

Properties

protected $errorType
protected $errorDataType
string $errorDescription
int $httpResponseCode
string $resourceAddress

Methods

setError(Status $error)

No description

getError()

No description

setErrorDescription($errorDescription)

No description

string
getErrorDescription()

No description

setHttpResponseCode($httpResponseCode)

No description

int
getHttpResponseCode()

No description

setResourceAddress($resourceAddress)

No description

string
getResourceAddress()

No description

Details

setError(Status $error)

No description

Parameters

Status $error

Status getError()

No description

Return Value

Status

setErrorDescription($errorDescription)

No description

Parameters

$errorDescription

string getErrorDescription()

No description

Return Value

string

setHttpResponseCode($httpResponseCode)

No description

Parameters

$httpResponseCode

int getHttpResponseCode()

No description

Return Value

int

setResourceAddress($resourceAddress)

No description

Parameters

$resourceAddress

string getResourceAddress()

No description

Return Value

string