Class ApiErrorDefinition
ApiErrorDefinition
Inheritance
System.Object
ApiErrorDefinition
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 ApiErrorDefinition
Properties
Category
The error category.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
The error code.
Declaration
public long? Code { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Description
The returned error description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |