-
public final class SessionErrorEvent extends SessionEvent
Emitted instead of summary when the session terminates abnormally.
-
-
Constructor Summary
Constructors Constructor Description SessionErrorEvent(String sessionId, SessionErrorCode code, String message)
-
Method Summary
Modifier and Type Method Description StringgetSessionId()final SessionErrorCodegetCode()final StringgetMessage()Map<String, Object>toMap()-
-
Constructor Detail
-
SessionErrorEvent
SessionErrorEvent(String sessionId, SessionErrorCode code, String message)
-
-
Method Detail
-
getSessionId
String getSessionId()
-
getCode
final SessionErrorCode getCode()
-
getMessage
final String getMessage()
-
-
-
-