UNPKG
@twilio/rtc-diagnostics
Version:
alpha (1.0.0-preview3)
beta (1.0.0-beta2)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-preview3
1.0.0-beta2
1.0.0-beta1
Various diagnostics functions to help analyze connections to Twilio
@twilio/rtc-diagnostics
/
lib
/
errors
/
index.ts
6 lines
(5 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
export
{
AlreadyStoppedError
}
from
'./AlreadyStoppedError'
;
export
{
DiagnosticError
}
from
'./DiagnosticError'
;
export
{
InvalidOptionsError
}
from
'./InvalidOptionsError'
;
export
{
InvalidStateError
}
from
'./InvalidStateError'
;
export
{
UnsupportedError
}
from
'./UnsupportedError'
;