Skip to content

Commit

Permalink
feat(recording): Adds one more error type in constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Nov 15, 2024
1 parent bc446e9 commit 9652999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/recording/recordingConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default {
error: {
BUSY: 'busy',
ERROR: 'error',
POLICY_VIOLATION: 'policy-violation',
RESOURCE_CONSTRAINT: 'resource-constraint',
UNEXPECTED_REQUEST: 'unexpected-request',
SERVICE_UNAVAILABLE: 'service-unavailable'
Expand Down

0 comments on commit 9652999

Please sign in to comment.