@livedigital/client 3.55.1 → 3.55.2-LK-6037-effects.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,12 @@ declare enum ErrorType {
9
9
  }
10
10
  declare enum ErrorCode {
11
11
  PERFORMANCE_STOP = 1001,
12
- REDUCE_LATENCY = 1002
12
+ REDUCE_LATENCY = 1002,
13
+ MODEL_LOAD_FAILED = 1010,
14
+ PROCESSOR_INIT_ISSUE = 1020,
15
+ AUTH_ISSUE = 1030,
16
+ SUPPORT_ISSUE = 1040,
17
+ PROCESSING_PROGRESS = 1060
13
18
  }
14
19
  declare enum ErrorEmitter {
15
20
  ATSVB = "atsvb",