DataStream v1alpha1 API - Class Error (2.0.0-alpha03)

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

Reference documentation and code samples for the DataStream v1alpha1 API class Error.

Represent a user-facing Error.

Inheritance

object > Error

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

Error()

public Error()

Error(Error)

public Error(Error other)
Parameter
NameDescription
otherError

Properties

Details

public MapField<string, string> Details { get; }

Additional information about the error.

Property Value
TypeDescription
MapFieldstringstring

ErrorTime

public Timestamp ErrorTime { get; set; }

The time when the error occurred.

Property Value
TypeDescription
Timestamp

ErrorUuid

public string ErrorUuid { get; set; }

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

Property Value
TypeDescription
string

Message

public string Message { get; set; }

A message containing more information about the error that occurred.

Property Value
TypeDescription
string

Reason

public string Reason { get; set; }

A title that explains the reason for the error.

Property Value
TypeDescription
string