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
Name | Type | Description |
---|---|---|
cause | string | A string describing the cause of the error. |
message? | string | An optional error message providing additional information about the error. |
severity | Severity | The severity of the error, categorized as 'common', 'suspicious', or 'fault'. |
Defined in
loadType
• loadType: "error"
The type of load, indicating it's an error response.