UNPKG
srtrain
Version:
latest (1.0.0)
1.0.0
Node.js SRT train unofficial SDK
github.com/danieluhm2004/srtrain
danieluhm2004/srtrain
srtrain
/
dist
/
error.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
SRTErrorCode
}
from
'./constants/errorCode'
;
export
declare
class
SRTError
extends
Error
{
code
:
SRTErrorCode
;
constructor
(
code
:
SRTErrorCode
,
message
:
string
); }