Interface: LoadTracksResponse

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / LoadTracksResponse

Interface: LoadTracksResponse

api/types.LoadTracksResponse

Hierarchy

  • LoadTracksResponse

Table of contents

Properties

Properties

cause

cause: null | Exception

Error that occurred while loading tracks.

Defined in: api/types.ts:359


loadType

loadType: LoadTypes

Type* of the response

Defined in: api/types.ts:344


playlistInfo

playlistInfo: null | PlaylistInfo

Metadata of the loaded playlist.

Defined in: api/types.ts:354


severity

severity: null | string

Severity of the error.

Defined in: api/types.ts:364


tracks

tracks: null | TrackInfo[]

Loaded tracks.

Defined in: api/types.ts:349