Table of Contents

Class WebcastLiveDataTaskStopResponse

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll

表示 [POST] /live_data/task/stop 接口的响应。

public class WebcastLiveDataTaskStopResponse : ByteDanceMicroAppResponse, ICommonResponse
Inheritance
WebcastLiveDataTaskStopResponse
Implements
ICommonResponse
Inherited Members

Constructors

WebcastLiveDataTaskStopResponse()

public WebcastLiveDataTaskStopResponse()

Properties

ErrorCode

获取字节小程序 API 返回的详细错误号。

[JsonPropertyName("err_no")]
public override long ErrorCode { get; set; }

Property Value

long

ErrorMessage

获取字节小程序 API 返回的错误描述。

[JsonPropertyName("err_msg")]
public override string? ErrorMessage { get; set; }

Property Value

string

LogId

获取字节小程序 API 返回的日志 ID。

[JsonPropertyName("logid")]
public override string? LogId { get; set; }

Property Value

string