Class ErrorLogEntry (1.2.0)

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

An entry describing an error that has occurred.

Inheritance

Object > ErrorLogEntry

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

ErrorLogEntry()

public ErrorLogEntry()

ErrorLogEntry(ErrorLogEntry)

public ErrorLogEntry(ErrorLogEntry other)
Parameter
NameDescription
otherErrorLogEntry

Properties

ErrorDetails

public RepeatedField<string> ErrorDetails { get; }

A list of messages that carry the error details.

Property Value
TypeDescription
RepeatedField<String>

Url

public string Url { get; set; }

Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.

Property Value
TypeDescription
String