StreamError 클래스

스트림 오류 데이터를 지정하는 클래스입니다.
생성자
constructor
속성
code
message

생성자


constructor

new StreamError(): StreamError
반환 값
StreamError

속성


Readonly 코드

code: ErrorCode

Readonly 메시지

message: string