Skip to main content

ruvyrias / Exports / LoadTrackResponseError

Interface: LoadTrackResponseError

Represents a response indicating an error during the loading of tracks.

Table of contents

Properties

Properties

data

data: Object

Details about the error, including an optional error message, severity, and cause.

Type declaration

NameTypeDescription
causestringA string describing the cause of the error.
message?stringAn optional error message providing additional information about the error.
severitySeverityThe severity of the error, categorized as 'common', 'suspicious', or 'fault'.

Defined in

src/Guild/Response.ts:77


loadType

loadType: "error"

The type of load, indicating it's an error response.

Defined in

src/Guild/Response.ts:75