Show / Hide Table of Contents

Class ErrorDetails

ErrorDetails

Inheritance
System.Object
ErrorDetails
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 ErrorDetails

Properties

Category

Error group name (required)

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

Code

Specific error code (required)

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

RetryHint

Information if the encoding could potentially succeed when retrying. (required)

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

Text

Detailed error message (required)

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX