CrateCreateErrorCode
Error codes that can be returned by the 'crateCreate' mutation.
enum CrateCreateErrorCode {
operationError
limitExceeded
crateNameTooLong
notEligible
}
Values
operationError
Something went wrong on the server-side. Please try again later.
limitExceeded
The crate cannot be created because you already reached the maximum number of crates for your account. Contact us at sales@cyanite.ai to change it.
crateNameTooLong
The name of the crate that you tried to create is too long.
notEligible
Your account is not eligible for having crates. Contact us via sales@cyanite.ai if you want to upgrade your account.