Skip to main content

CrateRemoveLibraryTracksError

Error codes that can be returned by the 'crateRemoveLibraryTracks' Mutation.

type CrateRemoveLibraryTracksError implements Error {
message: String!
code: CrateRemoveLibraryTracksErrorCode!
}

Fields

message (String!)

code (CrateRemoveLibraryTracksErrorCode!)

Interfaces

Error