Skip to main content
Version: 2.0.0

ErrorResponses

ruvyrias


ruvyrias / ErrorResponses

Interface: ErrorResponses

Defined in: types/Rest.ts:12

This interface represents the LavaLink V4 Error Responses

Reference

https://lavalink.dev/api/rest.html#error-responses

Properties

error

error: string

Defined in: types/Rest.ts:15


message

message: string

Defined in: types/Rest.ts:17


path

path: string

Defined in: types/Rest.ts:18


status

status: number

Defined in: types/Rest.ts:14


timestamp

timestamp: number

Defined in: types/Rest.ts:13


trace?

optional trace: string

Defined in: types/Rest.ts:16