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