aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/live/live-video-error.enum.ts
blob: a26453505343f0a0c0aec4bf8999961c817ca9ca (plain) (blame)
1
2
3
4
5
6
7
8
9
export const enum LiveVideoError {
  BAD_SOCKET_HEALTH = 1,
  DURATION_EXCEEDED = 2,
  QUOTA_EXCEEDED = 3,
  FFMPEG_ERROR = 4,
  BLACKLISTED = 5,
  RUNNER_JOB_ERROR = 6,
  RUNNER_JOB_CANCEL = 7
}