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:
@@ -1,5 +1,5 @@
|
||||
export const enum ERROR_CODE {
|
||||
UNHANDLED_ERROR,
|
||||
UNHANDLED_ERROR = 200,
|
||||
ELEVATED_SHELL,
|
||||
CANCELLED_USER_INPUT,
|
||||
MISSING_FFMPEG,
|
||||
|
||||
Reference in New Issue
Block a user