InvalidLavalinkRestRequest
Defined in: src/structures/Types/Utils.ts:366
Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
error | string | Specific Errro which was sent | src/structures/Types/Utils.ts:372 |
message? | string | Specific Message which was created | src/structures/Types/Utils.ts:374 |
path | string | Path of where it’s from | src/structures/Types/Utils.ts:378 |
status | number | Status of the request | src/structures/Types/Utils.ts:370 |
timestamp | number | Rest Request Data for when it was made | src/structures/Types/Utils.ts:368 |
trace? | unknown | The specific error trace from the request | src/structures/Types/Utils.ts:376 |