1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

shift error codes beyond 200 to avoid collisions

This commit is contained in:
Luca Armaroli
2021-10-21 19:31:00 +02:00
parent de158e3119
commit 377f7281b8

View File

@@ -1,5 +1,5 @@
export const enum ERROR_CODE {
UNHANDLED_ERROR,
UNHANDLED_ERROR = 200,
ELEVATED_SHELL,
CANCELLED_USER_INPUT,
MISSING_FFMPEG,