Class SimpleEncodingVodJobErrors
SimpleEncodingVodJobErrors
Inheritance
System.Object
SimpleEncodingVodJobErrors
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 SimpleEncodingVodJobErrors
Properties
Details
Additional details of the error if available.
Declaration
public string Details { get; }
Property Value
Type | Description |
---|---|
System.String |
ErrorCode
Stable code that identifies the error type.
Declaration
public string ErrorCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Human readable description of the error.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |