Google Cloud Data Loss Prevention v2 API - Class Error (4.8.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
NameDescription
otherError

Properties

Details

public Status Details { get; set; }

Detailed error codes and messages.

Property Value
TypeDescription
Status

Timestamps

public RepeatedField<Timestamp> Timestamps { get; }

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

Property Value
TypeDescription
RepeatedFieldTimestamp