Home
last modified time | relevance | path

Searched refs:PlayFailReason (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/core/trackPlayer/
H A Dindex.ts459 throw new Error(PlayFailReason.PLAY_LIST_IS_EMPTY);
474 throw new Error(PlayFailReason.FORBID_CELLUAR_NETWORK_PLAY);
610 throw new Error(PlayFailReason.INVALID_SOURCE);
613 throw new Error(PlayFailReason.INVALID_SOURCE);
666 } else if (message === PlayFailReason.FORBID_CELLUAR_NETWORK_PLAY) {
674 } else if (message === PlayFailReason.INVALID_SOURCE) {
677 } else if (message === PlayFailReason.PLAY_LIST_IS_EMPTY) {
756 throw new Error(PlayFailReason.INVALID_SOURCE);
777 enum PlayFailReason { enum