feature: PDF-Thumbnails für Dokumente (Upload + Admin-Backfill) #308
@@ -38,6 +38,10 @@ public enum ErrorCode {
|
|||||||
/** A mass import is already in progress; only one can run at a time. 409 */
|
/** A mass import is already in progress; only one can run at a time. 409 */
|
||||||
IMPORT_ALREADY_RUNNING,
|
IMPORT_ALREADY_RUNNING,
|
||||||
|
|
||||||
|
// --- Thumbnails ---
|
||||||
|
/** A thumbnail backfill is already in progress; only one can run at a time. 409 */
|
||||||
|
THUMBNAIL_BACKFILL_ALREADY_RUNNING,
|
||||||
|
|
||||||
// --- Invites ---
|
// --- Invites ---
|
||||||
/** The invite code does not exist. 404 */
|
/** The invite code does not exist. 404 */
|
||||||
INVITE_NOT_FOUND,
|
INVITE_NOT_FOUND,
|
||||||
|
|||||||
Reference in New Issue
Block a user