Skip to main content

PlaylistMatchingError

Error type if playlist matching failed. Contains the code and a message.

type PlaylistMatchingError implements Error {
code: PlaylistMatchingErrorCode!
message: String!
}

Fields

code (PlaylistMatchingErrorCode!)

message (String!)

Interfaces

Error