Class Error (1.0.0-beta02)

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

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
MapField<String, String>

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