CrateRemoveLibraryTracksErrorCode
Error codes that can be returned by the 'crateRemoveLibraryTracks' Mutation.
enum CrateRemoveLibraryTracksErrorCode {
operationError
incorrectInput
noSuchCrate
notEligible
rateLimitExceeded
}
Values
operationError
Something went wrong on the server-side. Please try again later.
incorrectInput
The tracks IDs or the crate id are incorrect.
noSuchCrate
The crate with the given id doesn't exist.
notEligible
Your account is not eligible for crates. Contact us via sales@cyanite.ai if you want to upgrade your account.
rateLimitExceeded
The rate limit for assigning a library track to a crate has been exceeded.