Skip to main content

LyricsSearchError

Error type if search cannot be performed. Contains the code and a message.

type LyricsSearchError implements Error {
code: LyricsSearchErrorCode!
message: String!
}

Fields

code (LyricsSearchErrorCode!)

message (String!)

Interfaces

Error