Table of Contents

Struct HeyBoxError

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个黑盒语音返回的错误。

public struct HeyBoxError
Inherited Members

Properties

Code

获取错误的代码。

public readonly string Code { get; }

Property Value

string

Message

获取错误的原因。

public readonly string Message { get; }

Property Value

string