ENUM

AddRadioRecentlyPlayedErrorCode

Recently played error codes.

link GraphQL Schema definition

1enum AddRadioRecentlyPlayedErrorCode {
2
3# The ID provided was malformed.
4INVALID_ID
5
6# Permission denied to add/update a recently played item.
7PERMISSION_DENIED
8}