ENUM

SetRadioCurrentlyPlayingErrorCode

Currently playing error codes.

link GraphQL Schema definition

1enum SetRadioCurrentlyPlayingErrorCode {
2
3# The ID provided was malformed.
4INVALID_ID
5
6# Permission denied to add/update a currently playing item.
7PERMISSION_DENIED
8
9# No record found for the request params.
10NO_RECORD
11}