Class Error (3.5.0)

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

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.

Property Value
TypeDescription
RepeatedField<Timestamp>