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