CrateRemoveLibraryTracksError
Error codes that can be returned by the 'crateRemoveLibraryTracks' Mutation.
type CrateRemoveLibraryTracksError implements Error {
message: String!
code: CrateRemoveLibraryTracksErrorCode!
}
Error codes that can be returned by the 'crateRemoveLibraryTracks' Mutation.
type CrateRemoveLibraryTracksError implements Error {
message: String!
code: CrateRemoveLibraryTracksErrorCode!
}
message
(String!
)code
(CrateRemoveLibraryTracksErrorCode!
)Error