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