Skip to main content

LibraryTracksDeleteError

No description

type LibraryTracksDeleteError implements Error {
code: LibraryTracksDeleteErrorCode!
message: String!
}

Fields

code (LibraryTracksDeleteErrorCode!)

Error code.

message (String!)

A human readable message that describes why the operation has failed.

Interfaces

Error