Table of Contents

Struct HeyBoxErrorCode

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示从黑盒语音接收到的错误代码。

public readonly record struct HeyBoxErrorCode : IEquatable<HeyBoxErrorCode>
Implements
Inherited Members

Fields

OK

获取表示操作成功的代码。

public static readonly HeyBoxErrorCode OK

Field Value

HeyBoxErrorCode

Properties

RawCode

获取错误代码。

public string RawCode { get; init; }

Property Value

string