LavalinkRestError

The error for the REST.

Signature

export interface LavalinkRestError

Properties

6

Methods

0

No methods.

Properties

timestamp: number;

The timestamp for the REST.

@type{number}
status: number;

The status for the REST.

@type{number}
error: string;

The error for the REST.

@type{string}
trace?: string;

The trace for the REST.

@type{string}
message: string;

The message for the REST.

@type{string}
path: string;

The path for the REST.

@type{string}