Skip to main content

LibraryTrackWaveformError

An error object returned if an error occurred while retrieving the library track waveform.

type LibraryTrackWaveformError implements Error {
message: String!
code: LibraryTrackWaveformErrorCode!
}

Fields

message (String!)

code (LibraryTrackWaveformErrorCode!)

Interfaces

Error