Reference documentation and code samples for the Data Loss Prevention V2 Client class Error.
Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.
Generated from protobuf message google.privacy.dlp.v2.Error
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ details |
Google\Rpc\Status
Detailed error codes and messages. |
↳ timestamps |
array<Google\Protobuf\Timestamp>
The times the error occurred. |
getDetails
Detailed error codes and messages.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasDetails
clearDetails
setDetails
Detailed error codes and messages.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |
getTimestamps
The times the error occurred.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTimestamps
The times the error occurred.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Protobuf\Timestamp>
|
Returns | |
---|---|
Type | Description |
$this |