Show / Hide Table of Contents

Class AnalyticsErrorDetail

AnalyticsErrorDetail

Inheritance
System.Object
AnalyticsErrorDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AnalyticsErrorDetail

Properties

ClientTime

Client timestamp

Declaration
public DateTime? ClientTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Code

Error code

Declaration
public int? Code { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ErrorData

ErrorData

Declaration
public AnalyticsErrorData ErrorData { get; set; }
Property Value
Type Description
AnalyticsErrorData

ErrorId

Error id

Declaration
public long? ErrorId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

HttpRequests

HttpRequests

Declaration
public List<AnalyticsHttpRequest> HttpRequests { get; set; }
Property Value
Type Description
System.Collections.Generic.List<AnalyticsHttpRequest>

Message

Error message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

Time

Server timestamp

Declaration
public DateTime? Time { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
Back to top Generated by DocFX