OBJECT

SetRadioCurrentlyPlayingError

Error from a failed currently playing track mutation.

link GraphQL Schema definition

1type SetRadioCurrentlyPlayingError {
2
3# Mutation error code.
4code: SetRadioCurrentlyPlayingErrorCode
5
6}