Skip to main content
Version: 2.0.0

LoadTrackResponseError

ruvyrias


ruvyrias / LoadTrackResponseError

Interface: LoadTrackResponseError

Defined in: types/Response.ts:74

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

Properties

data

data: object

Defined in: types/Response.ts:78

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

cause

cause: string

A string describing the cause of the error.

message?

optional message: string

An optional error message providing additional information about the error.

severity

severity: Severity

The severity of the error, categorized as 'common', 'suspicious', or 'fault'.


loadType

loadType: "error"

Defined in: types/Response.ts:76

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