]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/server-error-code.enum.ts
Prevent error on highlighted thread
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-error-code.enum.ts
index 115421d4d5fa65341c8113ff8c4c16dfb69fbbf3..0e70ea0a753e6d220e6dd2307dc8ae03c71e7b31 100644 (file)
@@ -37,7 +37,9 @@ export const enum ServerErrorCode {
    * A torrent should have at most one correct video file. Any more and we will
    * not be able to choose automatically.
    */
-  INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent'
+  INCORRECT_FILES_IN_TORRENT = 'incorrect_files_in_torrent',
+
+  COMMENT_NOT_ASSOCIATED_TO_VIDEO = 'comment_not_associated_to_video'
 }
 
 /**