Class GooglePrivacyDlpV2Error
Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Error : IDirectResponseSchema
Properties
Details
Detailed error codes and messages.
Declaration
[JsonProperty("details")]
public virtual GoogleRpcStatus Details { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtraInfo
Additional information about the error.
Declaration
[JsonProperty("extraInfo")]
public virtual string ExtraInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
Timestamps
The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.
Declaration
[JsonProperty("timestamps")]
public virtual IList<object> Timestamps { get; set; }
Property Value
Type | Description |
---|---|
IList<object> |