feat(server): retry transcript job (#11414)

This commit is contained in:
darkskygit
2025-04-02 12:02:07 +00:00
parent 3b13affa58
commit 501b5f6a97
11 changed files with 125 additions and 10 deletions

View File

@@ -705,6 +705,10 @@ export const USER_FRIENDLY_ERRORS = {
type: 'bad_request',
message: () => 'Transcription job already exists',
},
copilot_transcription_job_not_found: {
type: 'bad_request',
message: () => `Transcription job not found.`,
},
// Quota & Limit errors
blob_quota_exceeded: {