Skip to main content

SimilarTracksErrorCode

Possible error codes of 'Track.similarTracks'.

enum SimilarTracksErrorCode {
crateNotFound
trackNotAnalyzed
indexNotFound
notEligible
}

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.

notEligible

Your account is not eligible for doing a similarity search. Contact us via sales@cyanite.ai if you want to upgrade your account.