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.
Namespace
Google.Cloud.Dlp.V2Assembly
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 |
ExtraInfo
public Error.Types.ErrorExtraInfo ExtraInfo { get; set; }
Additional information about the error.
Property Value | |
---|---|
Type | Description |
ErrorTypesErrorExtraInfo |
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 |