toggle menu
UFC - Unified Finance Client
0.5.0
jvm
switch theme
search in API
UFC - Unified Finance Client
/
com.ulalax.ufc.domain.model.streaming
/
StreamingEvent
/
Error
Error
data
class
Error
(
val
exception
:
UfcException
,
val
isFatal
:
Boolean
)
:
StreamingEvent
(
source
)
에러 발생
Members
Constructors
Error
Link copied to clipboard
constructor
(
exception
:
UfcException
,
isFatal
:
Boolean
)
Properties
exception
Link copied to clipboard
val
exception
:
UfcException
발생한 예외
is
Fatal
Link copied to clipboard
val
isFatal
:
Boolean
복구 불가능한 에러인지 여부 (true일 경우 연결 종료됨)