Show / Hide Table of Contents

Class Errors

Request Error information. The presence of an error field signals that the operation has failed.

Inheritance
object
Errors
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.YouTubeAnalytics.v2.Data
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class Errors : IDirectResponseSchema

Properties

Code

Global error code. Deprecated and ignored. Set custom error codes in ErrorProto.domain and ErrorProto.code instead.

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

ETag

The ETag of the item.

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

Error

Specific error description and codes

Declaration
[JsonProperty("error")]
public virtual IList<ErrorProto> Error { get; set; }
Property Value
Type Description
IList<ErrorProto>

RequestId

Request identifier generated by the service, which can be used to identify the error in the logs

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX