EicLogData

data class EicLogData(errorCode: Int, message: String, domain: String, streamType: String)

EicLogData CommonError 혹은 Fallback(not 200) 발생 시 EicLog 서버에 로그 정보를 전달 함

Parameters

errorCode

: 서버 에러 Cause

message

: 에러 발생 시 error message 정보

streamClientType

: 어떤 도메인의 Stream 요청시 발생한 에러인지 확인하기 위한 정보

rpcStreamType

: 에러 발생 시 Speech RPC Stream Type

Constructors

EicLogData
Link copied to clipboard
fun EicLogData(errorCode: Int = EdithServiceStatus.StatusInit.status, message: String = StringUtils.EMPTY, domain: String = StringUtils.EMPTY, streamType: String = StringUtils.EMPTY)
: 서버 에러 Cause

Functions

toThrowable
Link copied to clipboard
fun toThrowable(): Throwable

Properties

domain
Link copied to clipboard
val domain: String
errorCode
Link copied to clipboard
val errorCode: Int
: 서버 에러 Cause
message
Link copied to clipboard
val message: String
: 에러 발생 시 error message 정보
streamType
Link copied to clipboard
val streamType: String