Storage Transfer v1 API - Class ErrorLogEntry (2.6.0)

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

Reference documentation and code samples for the Storage Transfer v1 API class ErrorLogEntry.

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
Name Description
other ErrorLogEntry

Properties

ErrorDetails

public RepeatedField<string> ErrorDetails { get; }

A list of messages that carry the error details.

Property Value
Type Description
RepeatedFieldstring

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
Type Description
string