Skip to main content

LibraryTrackEnqueueError

No description

type LibraryTrackEnqueueError implements Error {
code: LibraryTrackEnqueueErrorCode!
message: String!
}

Fields

code (LibraryTrackEnqueueErrorCode!)

An error that describes the reason for the failed LibraryTrack creation.

message (String!)

A human readable message that describes the reason for the failed LibraryTrack creation.

Interfaces

Error