public sealed class Error : IMessage<Error>, IEquatable<Error>, IDeepCloneable<Error>, IBufferMessage, IMessage
Represent a user-facing Error.
Namespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
Error()
public Error()
Error(Error)
public Error(Error other)
Type | Name | Description |
---|---|---|
Error | other |
Properties
Details
public MapField<string, string> Details { get; }
Additional information about the error.
Type | Description |
---|---|
MapField<String, String> |
ErrorTime
public Timestamp ErrorTime { get; set; }
The time when the error occurred.
Type | Description |
---|---|
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.
Type | Description |
---|---|
String |
Message
public string Message { get; set; }
A message containing more information about the error that occurred.
Type | Description |
---|---|
String |
Reason
public string Reason { get; set; }
A title that explains the reason for the error.
Type | Description |
---|---|
String |