SyncWebSocketError constructor
- @Deprecated("SyncWebSocketError constructor is deprecated and will be removed in the future")
- String message,
- SyncErrorCategory category,
- SyncWebSocketErrorCode errorCode, {
- String? detailedMessage,
Implementation
@Deprecated("SyncWebSocketError constructor is deprecated and will be removed in the future")
SyncWebSocketError(
String message,
SyncErrorCategory category,
SyncWebSocketErrorCode errorCode, {
String? detailedMessage,
}) : super(message, category, errorCode.code, detailedMessage: detailedMessage);