Class SocketError
-
- All Implemented Interfaces:
@Serializable() public final class SocketError
-
-
Field Summary
Fields Modifier and Type Field Description private final ErrorResponseerror
-
Constructor Summary
Constructors Constructor Description SocketError(ErrorResponse error)
-
Method Summary
Modifier and Type Method Description final ErrorResponsegetError()-
-
Constructor Detail
-
SocketError
SocketError(ErrorResponse error)
-
-
Method Detail
-
getError
final ErrorResponse getError()
-
-
-
-