chore: remove chunked uploads for now
This commit is contained in:
@@ -66,10 +66,6 @@ export const APIErrorCodesDescriptions: Record<keyof typeof APIErrorCodes, strin
|
||||
CANNOT_SHRINK_RESERVED_SLOTS: 'Cannot shrink reserved slots',
|
||||
CAPTCHA_REQUIRED: 'Captcha verification is required',
|
||||
CHANNEL_INDEXING: 'Channel is currently being indexed',
|
||||
CHUNKED_UPLOAD_CHUNK_INDEX_OUT_OF_RANGE: 'Chunk index is out of range for this upload',
|
||||
CHUNKED_UPLOAD_INCOMPLETE: 'Not all chunks have been uploaded',
|
||||
CHUNKED_UPLOAD_NOT_FOUND: 'Chunked upload session was not found',
|
||||
CHUNKED_UPLOAD_NOT_OWNED: 'You do not own this chunked upload session',
|
||||
COMMUNICATION_DISABLED: 'You are timed out in this guild',
|
||||
CONNECTION_ALREADY_EXISTS: 'A connection of this type with this identifier already exists',
|
||||
CONNECTION_INITIATION_TOKEN_INVALID: 'The connection initiation token is invalid or has expired',
|
||||
|
||||
Reference in New Issue
Block a user