LibraryTrackCreateError
Describes a failed LibraryTrack creation.
type LibraryTrackCreateError implements Error {
code: LibraryTrackCreateErrorCode!
message: String!
}
Fields
code
(LibraryTrackCreateErrorCode!
)
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.