SimilarLibraryTracksErrorCode
An error code returned when there is a problem with retrieving similar tracks.
enum SimilarLibraryTracksErrorCode {
crateNotFound
trackNotAnalyzed
indexNotFound
}
Values
crateNotFound
A crate with the given id doesn't exist.
trackNotAnalyzed
The track has not been analyzed yet, therefore it cannot be used for performing a similarity search.
indexNotFound
The search index could not be found. After uploading your first tracks it can take up to 24 hours until the initial search index is built.