Google Cloud Data Loss Prevention v2 API - Class Error (2.16.0)

public sealed class Error : IMessage<Error>, IEquatable<Error>, IDeepCloneable<Error>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Error.

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

Inheritance

object > Error

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Error()

public Error()

Error(Error)

public Error(Error other)
Parameter
Name Description
other Error

Properties

Details

public Status Details { get; set; }

Detailed error codes and messages.

Property Value
Type Description
Status

Timestamps

public RepeatedField<Timestamp> Timestamps { get; }

The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.

Property Value
Type Description
RepeatedFieldTimestamp