Skip to main content

SpotifySimilarLibraryTracksError

This type is deprecated and will be removed in the future.

type SpotifySimilarLibraryTracksError implements Error {
code: String!
message: String!
}

Fields

code (String!)

DEPRECATED Please use 'Track.similarTracks' instead.

message (String!)

DEPRECATED Please use 'Track.similarTracks' instead.

Interfaces

Error