Table of Contents

Struct KookJsonError

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic parsed json error received from Kook after performing a rest request.

public struct KookJsonError
Inherited Members

Properties

Errors

Gets a collection of errors associated with the specific property at the path.

public readonly IReadOnlyCollection<KookError> Errors { get; }

Property Value

IReadOnlyCollection<KookError>

Path

Gets the json path of the error.

public readonly string Path { get; }

Property Value

string