SocketFailureReason

public enum SocketFailureReason
extension TxError.SocketFailureReason: LocalizedError

The underlying reason of the Socket connection failure

  • Socket is not connected. Check that you have an active connection.

    Declaration

    Swift

    case socketNotConnected
  • Socket connection was cancelled.

    Declaration

    Swift

    case socketCancelled(nativeError: Error)

Error Descriptions

  • Undocumented

    Declaration

    Swift

    public var localizedDescription: String? { get }