Show / Hide Table of Contents

Class ErrorsApi

Inheritance
System.Object
ErrorsApi
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.Analytics.Impressions.Errors
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class ErrorsApi

Constructors

ErrorsApi(IBitmovinApiClientFactory)

Declaration
public ErrorsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of ErrorsApi

Declaration
public static BitmovinApiBuilder<ErrorsApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<ErrorsApi>

Methods

CreateAsync(String, AnalyticsLicenseKey)

Impression Error Details

Declaration
public Task<AnalyticsErrorDetailsResponse> CreateAsync(string impressionId, AnalyticsLicenseKey analyticsLicenseKey)
Parameters
Type Name Description
System.String impressionId

Impression id (required)

AnalyticsLicenseKey analyticsLicenseKey

Analytics license

Returns
Type Description
System.Threading.Tasks.Task<AnalyticsErrorDetailsResponse>
Back to top Generated by DocFX