LoadTrackResponseError
ruvyrias / LoadTrackResponseError
Interface: LoadTrackResponseError
Defined in: src/Response.ts:73
Represents a response indicating an error during the loading of tracks.
Properties
data
data:
object
Defined in: src/Response.ts:77
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: src/Response.ts:75
The type of load, indicating it's an error response.