perf: 增加错误类型

pull/11802/head
Eric 2023-10-10 18:07:35 +08:00 committed by Bryan
parent 499eedd83e
commit fd6a8dd807
1 changed files with 1 additions and 0 deletions

View File

@ -100,3 +100,4 @@ class SessionErrorReason(TextChoices):
connect_failed = 'connect_failed', _('Connect Failed')
replay_create_failed = 'replay_create_failed', _('Replay Create Failed')
replay_upload_failed = 'replay_upload_failed', _('Replay Upload Failed')
replay_convert_failed = 'replay_convert_failed', _('Replay Convert Failed')