Table of Contents

Struct KookError

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents an error with a property.

public struct KookError
Inherited Members

Properties

Code

Gets the code of the error.

public readonly string Code { get; }

Property Value

string

Message

Gets the message describing what went wrong.

public readonly string Message { get; }

Property Value

string