Show / Hide Table of Contents

Class GooglePrivacyDlpV2Error

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

Inheritance
object
GooglePrivacyDlpV2Error
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX