Skip to main content
Version: v2.10.0

Interface: NodeLinkGetLyricsError

warning

⚠️ This interface is only used by a NodeLink node.

Represents an error response when lyrics could not be retrieved.

Property Type Description Optional
loadTypestring = "error"Constant type used when an error occurs.
datadataException details.

data

Exception details.

Property Type Description Optional
messagestringThe message of the exception.
severitySeverityTypesThe severity of the exception.
causestringThe cause of the exception.
tracestringThe stack trace of the exception.