InvalidLavalinkRestRequest
Properties
Property | Type | Description | Defined in |
---|---|---|---|
error | string | Specific Errro which was sent | src/structures/Types/Utils.ts:360 |
message? | string | Specific Message which was created | src/structures/Types/Utils.ts:362 |
path | string | Path of where it’s from | src/structures/Types/Utils.ts:366 |
status | number | Status of the request | src/structures/Types/Utils.ts:358 |
timestamp | number | Rest Request Data for when it was made | src/structures/Types/Utils.ts:356 |
trace? | unknown | The specific error trace from the request | src/structures/Types/Utils.ts:364 |