Skip to main content

SimilarLibraryTracksError

An error object returned if an error occurred while retrieving similar tracks.

type SimilarLibraryTracksError implements Error {
message: String!
code: SimilarLibraryTracksErrorCode!
}

Fields

message (String!)

code (SimilarLibraryTracksErrorCode!)

Interfaces

Error