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 messagestring The message of the exception. severitySeverityTypesThe severity of the exception. causestring The cause of the exception. tracestring The stack trace of the exception.