We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631490 commit e21a05bCopy full SHA for e21a05b
lib/util/error.js
@@ -18,7 +18,8 @@ const CUSTOM_ERRORS = [
18
'RenderforestError',
19
'ScreenHasVideoAreaError',
20
'ScreenIdAlreadyExistsError',
21
- 'ScreenNotFoundError'
+ 'ScreenNotFoundError',
22
+ 'SocketConnectionError'
23
]
24
25
const ERRORS = CUSTOM_ERRORS.reduce((acc, className) => {
@@ -52,5 +53,6 @@ const ERRORS = CUSTOM_ERRORS.reduce((acc, className) => {
52
53
* @property ScreenHasVideoAreaError
54
* @property ScreenIdAlreadyExistsError
55
* @property ScreenNotFoundError
56
+ * @property SocketConnectionError
57
*/
58
module.exports = ERRORS
0 commit comments