Skip to main content

CrateAddLibraryTracksError

An error object returned if an error occurred while adding the tracks to the crate.

type CrateAddLibraryTracksError implements Error {
message: String!
code: CrateAddLibraryTracksErrorCode!
}

Fields

message (String!)

code (CrateAddLibraryTracksErrorCode!)

Interfaces

Error