KeywordSearchErrorCode
An error code returned when there is a problem with retrieving similar tracks.
enum KeywordSearchErrorCode {
crateNotFound
indexNotFound
invalidKeywords
tooManyKeywords
notEligible
rateLimitExceeded
}
Values
crateNotFound
A crate with the given id doesn't exist.
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.
invalidKeywords
One or more of the provided keywords are invalid. Check KeywordSearchError.message for a more detailed message on the wrong keywords. Please only use the keywords as documented on the Cyanite API documentation.
tooManyKeywords
Too many keywords. The maximum amount of keywords that can be provided for a single search is 7. Providing more will result in this error.
notEligible
Your account is not eligible for the keyword search. Contact us via sales@cyanite.ai if you want to upgrade your account.
rateLimitExceeded
Rate limit for keyword search has been exceeded.