public sealed class Error : IMessage<Error>, IEquatable<Error>, IDeepCloneable<Error>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class Error.
Represent a user-facing Error.
Namespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
Error()
public Error()
Error(Error)
public Error(Error other)
Parameter | |
---|---|
Name | Description |
other |
Error |
Properties
Details
public MapField<string, string> Details { get; }
Additional information about the error.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
ErrorTime
public Timestamp ErrorTime { get; set; }
The time when the error occurred.
Property Value | |
---|---|
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.
Property Value | |
---|---|
Type | Description |
string |
Message
public string Message { get; set; }
A message containing more information about the error that occurred.
Property Value | |
---|---|
Type | Description |
string |
Reason
public string Reason { get; set; }
A title that explains the reason for the error.
Property Value | |
---|---|
Type | Description |
string |