Show / Hide Table of Contents

Class Error

Represent a user-facing Error.

Inheritance
object
Error
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class Error : IDirectResponseSchema

Properties

Details

Additional information about the error.

Declaration
[JsonProperty("details")]
public virtual IDictionary<string, string> Details { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorTime

object representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ErrorTimeDateTimeOffset instead.")]
public virtual object ErrorTime { get; set; }
Property Value
Type Description
object

ErrorTimeDateTimeOffset

DateTimeOffset representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ErrorTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ErrorTimeRaw

The time when the error occurred.

Declaration
[JsonProperty("errorTime")]
public virtual string ErrorTimeRaw { get; set; }
Property Value
Type Description
string

ErrorUuid

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

Declaration
[JsonProperty("errorUuid")]
public virtual string ErrorUuid { get; set; }
Property Value
Type Description
string

Message

A message containing more information about the error that occurred.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Reason

A title that explains the reason for the error.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX