ErrorResponses
ruvyrias / ErrorResponses
Interface: ErrorResponses
Defined in: src/Rest.ts:13
This interface represents the LavaLink V4 Error Responses
Reference
https://lavalink.dev/api/rest.html#error-responses
Properties
error
error:
string
Defined in: src/Rest.ts:16
message
message:
string
Defined in: src/Rest.ts:18
path
path:
string
Defined in: src/Rest.ts:19
status
status:
number
Defined in: src/Rest.ts:15
timestamp
timestamp:
number
Defined in: src/Rest.ts:14
trace?
optional
trace:string
Defined in: src/Rest.ts:17