Table of Contents

Struct HeyBoxJsonError

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个在执行 API 请求后从黑盒语音接收到的 JSON 数据中解析出的错误。

public struct HeyBoxJsonError
Inherited Members

Properties

Errors

获取与路径上的特定属性关联的错误集合。

public readonly IReadOnlyCollection<HeyBoxError> Errors { get; }

Property Value

IReadOnlyCollection<HeyBoxError>

Path

获取错误的 JSON 路径。

public readonly string Path { get; }

Property Value

string