MCPcopy
hub / github.com/modelscope/FunASR / onError

Method onError

runtime/java/FunasrWsClient.java:245–250  ·  view source on GitHub ↗
(Exception ex)

Source from the content-addressed store, hash-verified

243 }
244
245 @Override
246 public void onError(Exception ex) {
247 logger.info("ex: " + ex);
248 ex.printStackTrace();
249 // if the error is fatal then onClose will be called additionally
250 }
251
252 private boolean iseof = false;
253 public static String wavPath;

Callers 1

XFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected