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.
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, status.code
will be non zero.
getCode
Error code.
int
setCode
Error code.
var
int
$this
getSubject
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:
string
setSubject
Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:
var
string
$this
getDescription
Free-form text that provides details on the cause of the error.
string
setDescription
Free-form text that provides details on the cause of the error.
var
string
$this
getStatus
Contains additional information about the quota error.
If available, status.code
will be non zero.
hasStatus
clearStatus
setStatus
Contains additional information about the quota error.
If available, status.code
will be non zero.
$this