Show / Hide Table of Contents

Class ResponseError

ResponseError

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

Properties

Data

Response information (required)

Declaration
public ResponseErrorData Data { get; }
Property Value
Type Description
ResponseErrorData

RequestId

Unique correlation id (required)

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

Status

Response status information (required)

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