Table of Contents
API reference

Class LavalinkRestException

Namespace
DisCatSharp.Lavalink.Exceptions
Assembly
DisCatSharp.Lavalink.dll

Represents a lavalink rest exception.

public sealed class LavalinkRestException : Exception, ISerializable
Inheritance
LavalinkRestException
Implements
Inherited Members

Properties

Error

Gets the error message.

Headers

Gets the response header.

Json

Gets the response json.

Message

Gets the exception message.

Path

Gets the path where the exception was thrown.

Status

Gets the response http status code.

Timestamp

Gets the datetime offset when the exception was thrown.

Trace

Gets the trace information to this exception.

Requires EnableTrace to set to true.