Reference documentation and code samples for the Google Cloud Service Control V1 Client class QuotaError.
Represents error information for QuotaOperation.
Generated from protobuf message google.api.servicecontrol.v1.QuotaError
Namespace
Google \ Cloud \ ServiceControl \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
int
Error code. |
↳ subject |
string
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:
|
↳ description |
string
Free-form text that provides details on the cause of the error. |
↳ status |
Google\Rpc\Status
Contains additional information about the quota error. If available, |
getCode
Error code.
Returns | |
---|---|
Type | Description |
int |
setCode
Error code.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSubject
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:
Returns | |
---|---|
Type | Description |
string |
setSubject
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
Free-form text that provides details on the cause of the error.
Returns | |
---|---|
Type | Description |
string |
setDescription
Free-form text that provides details on the cause of the error.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Contains additional information about the quota error.
If available, status.code
will be non zero.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
Contains additional information about the quota error.
If available, status.code
will be non zero.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |