Reference documentation and code samples for the Google Cloud Service Control V1 Client class CheckError.
Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors .
Generated from protobuf message google.api.servicecontrol.v1.CheckError
Namespace
Google \ Cloud \ ServiceControl \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ code
int
The error code.
↳ subject
string
Subject to whom this error applies. See the specific code enum for more details on this field. For example: - "project:
↳ detail
string
Free-form text providing details on the error cause of the error.
↳ status
Google\Rpc\Status
Contains public information about the check error. If available, status.code
will be non zero and client can propagate it out as public error.
getCode
The error code.
int
setCode
The error code.
var
int
$this
getSubject
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:
- "folder:
- "organization:
string
setSubject
Subject to whom this error applies. See the specific code enum for more details on this field. For example:
- "project:
- "folder:
- "organization:
var
string
$this
getDetail
Free-form text providing details on the error cause of the error.
string
setDetail
Free-form text providing details on the error cause of the error.
var
string
$this
getStatus
Contains public information about the check error. If available, status.code
will be non zero and client can propagate it out as public
error.
hasStatus
clearStatus
setStatus
Contains public information about the check error. If available, status.code
will be non zero and client can propagate it out as public
error.
$this