Struct KookJsonError
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
表示一个在执行 API 请求后从 KOOK 接收到的 JSON 数据中解析出的错误。
public struct KookJsonError
- Inherited Members
Properties
Errors
获取与路径上的特定属性关联的错误集合。
public readonly IReadOnlyCollection<KookError> Errors { get; }
Property Value
Path
获取错误的 JSON 路径。
public readonly string Path { get; }